#CABBD8

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

Shades of Prelude #CABBD8

Tints of Prelude #CABBD8

Color information

#CABBD8 (or 0xCABBD8) is unknown color: approx Prelude. HEX triplet: CA, BB and D8. RGB value is (202,187,216). Sum of RGB (Red+Green+Blue) = 202+187+216=605 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.39% from 605); Green value is 187 (73.44% from 255 or 30.91% from 605); Blue value is 216 (84.77% from 255 or 35.70% from 605); Max value from RGB is 216 - color contains mainly: blue. Hex color #CABBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBD8 is #354427. Grayscale: #C2C2C2. Windows color (decimal): -3490856 or 14203850. OLE color: 14203850.

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

Color convert

RGB202187216-
CMYK0.060.1300.15
HSL271.03º27.1%79.02%-
HSV(B)271.03º13.43%84.71%-
XYZ54.5253.0672.33-
YUV194.79139.97133.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.39%
GREEN value IS 187 (73.44% from 255) = 30.91%
BLUE value IS 216 (84.77% from 255) = 35.70%
R=33.39%
G=30.91%
B=35.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021872160.060.1300.15271.0327.179.02
HexCABBD86D0F10f1b4f
Octal31227333061501741733117
Binary110010101011101111011000110110101111100001111110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABBD8; }

 p { color: rgb(202,187,216); }

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

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

 a { background-color: rgb(202,187,216); }

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

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

 span { border-color: rgb(202,187,216); }

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