#CBAED2

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

Shades of Prelude #CBAED2

Tints of Prelude #CBAED2

Color information

#CBAED2 (or 0xCBAED2) is unknown color: approx Prelude. HEX triplet: CB, AE and D2. RGB value is (203,174,210). Sum of RGB (Red+Green+Blue) = 203+174+210=587 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.58% from 587); Green value is 174 (68.36% from 255 or 29.64% from 587); Blue value is 210 (82.42% from 255 or 35.78% from 587); Max value from RGB is 210 - color contains mainly: blue. Hex color #CBAED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAED2 is #34512D. Grayscale: #BABABA. Windows color (decimal): -3428654 or 13807307. OLE color: 13807307.

HSL color Cylindrical-coordinate representation of color #CBAED2: hue angle of 288.33º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBAED2 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB203174210-
CMYK0.030.1700.18
HSL288.33º28.57%75.29%-
HSV(B)288.33º17.14%82.35%-
XYZ51.447.6267.46-
YUV186.77141.11139.57-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.58%
GREEN value IS 174 (68.36% from 255) = 29.64%
BLUE value IS 210 (82.42% from 255) = 35.78%
R=34.58%
G=29.64%
B=35.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2031742100.030.1700.18288.3328.5775.29
HexCBAED23110121201d4b
Octal31325632232102244035113
Binary1100101110101110110100101110001010010100100000111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAED2; }

 p { color: rgb(203,174,210); }

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

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

 a { background-color: rgb(203,174,210); }

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

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

 span { border-color: rgb(203,174,210); }

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