#CDBADA

Color #CDBADA Prelude (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prelude #CDBADA

Tints of Prelude #CDBADA

Color information

#CDBADA (or 0xCDBADA) is unknown color: approx Prelude. HEX triplet: CD, BA and DA. RGB value is (205,186,218). Sum of RGB (Red+Green+Blue) = 205+186+218=609 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.66% from 609); Green value is 186 (73.05% from 255 or 30.54% from 609); Blue value is 218 (85.55% from 255 or 35.80% from 609); Max value from RGB is 218 - color contains mainly: blue. Hex color #CDBADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBADA is #324525. Grayscale: #C3C3C3. Windows color (decimal): -3294502 or 14334669. OLE color: 14334669.

HSL color Cylindrical-coordinate representation of color #CDBADA: hue angle of 275.62º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDBADA is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB205186218-
CMYK0.060.1500.15
HSL275.62º30.19%79.22%-
HSV(B)275.62º14.68%85.49%-
XYZ55.3953.1673.67-
YUV195.33140.79134.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 33.66%
GREEN value IS 186 (73.05% from 255) = 30.54%
BLUE value IS 218 (85.55% from 255) = 35.80%
R=33.66%
G=30.54%
B=35.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051862180.060.1500.15275.6230.1979.22
HexCDBADA6F0F1141e4f
Octal31527233261701742436117
Binary110011011011101011011010110111101111100010100111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBADA; }

 p { color: rgb(205,186,218); }

 H1.HeaderClassName
 {
   color: #CDBADA;
 }
 .AnyTagClassName
 {
   color: #CDBADA;
 }
</style>
background-color css

<style>
 a { background-color: #CDBADA; }

 a { background-color: rgb(205,186,218); }

 div.DivClassName
 {
   background-color: #CDBADA;
 }
 .BgClassName
 {
   background-color: #CDBADA;
 }
</style>
border-color css

<style>
 span { border-color: #CDBADA; }

 span { border-color: rgb(205,186,218); }

 td.TdClassName
 {
   border-color: #CDBADA;
 }
 .TagClassName
 {
   border-color: #CDBADA;
 }
</style>