#CBAED3

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

Shades of Prelude #CBAED3

Tints of Prelude #CBAED3

Color information

#CBAED3 (or 0xCBAED3) is unknown color: approx Prelude. HEX triplet: CB, AE and D3. RGB value is (203,174,211). Sum of RGB (Red+Green+Blue) = 203+174+211=588 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.52% from 588); Green value is 174 (68.36% from 255 or 29.59% from 588); Blue value is 211 (82.81% from 255 or 35.88% from 588); Max value from RGB is 211 - color contains mainly: blue. Hex color #CBAED3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAED3 is #34512C. Grayscale: #BABABA. Windows color (decimal): -3428653 or 13872843. OLE color: 13872843.

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

Color convert

RGB203174211-
CMYK0.040.1800.17
HSL287.03º29.6%75.49%-
HSV(B)287.03º17.54%82.75%-
XYZ51.5247.6768.11-
YUV186.89141.61139.49-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.52%
GREEN value IS 174 (68.36% from 255) = 29.59%
BLUE value IS 211 (82.81% from 255) = 35.88%
R=34.52%
G=29.59%
B=35.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2031742110.040.1800.17287.0329.675.49
HexCBAED341201111f1e4b
Octal31325632342202143736113
Binary11001011101011101101001110010010010001100011111111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAED3; }

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

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

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

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

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

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

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

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