#CBADD9

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

Shades of Prelude #CBADD9

Tints of Prelude #CBADD9

Color information

#CBADD9 (or 0xCBADD9) is unknown color: approx Prelude. HEX triplet: CB, AD and D9. RGB value is (203,173,217). Sum of RGB (Red+Green+Blue) = 203+173+217=593 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.23% from 593); Green value is 173 (67.97% from 255 or 29.17% from 593); Blue value is 217 (85.16% from 255 or 36.59% from 593); Max value from RGB is 217 - color contains mainly: blue. Hex color #CBADD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBADD9 is #345226. Grayscale: #BABABA. Windows color (decimal): -3428903 or 14265803. OLE color: 14265803.

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

Color convert

RGB203173217-
CMYK0.060.2000.15
HSL280.91º36.67%76.47%-
HSV(B)280.91º20.28%85.1%-
XYZ52.147.5972.09-
YUV186.99144.94139.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.23%
GREEN value IS 173 (67.97% from 255) = 29.17%
BLUE value IS 217 (85.16% from 255) = 36.59%
R=34.23%
G=29.17%
B=36.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2031732170.060.2000.15280.9136.6776.47
HexCBADD96140F119254c
Octal31325533162401743145114
Binary11001011101011011101100111010100011111000110011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBADD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBADD9; }

 p { color: rgb(203,173,217); }

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

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

 a { background-color: rgb(203,173,217); }

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

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

 span { border-color: rgb(203,173,217); }

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