#CABBD7

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

Shades of Prelude #CABBD7

Tints of Prelude #CABBD7

Color information

#CABBD7 (or 0xCABBD7) is unknown color: approx Prelude. HEX triplet: CA, BB and D7. RGB value is (202,187,215). Sum of RGB (Red+Green+Blue) = 202+187+215=604 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.44% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 215 (84.38% from 255 or 35.60% from 604); Max value from RGB is 215 - color contains mainly: blue. Hex color #CABBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBD7 is #354428. Grayscale: #C2C2C2. Windows color (decimal): -3490857 or 14138314. OLE color: 14138314.

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

Color convert

RGB202187215-
CMYK0.060.1300.16
HSL272.14º25.93%78.82%-
HSV(B)272.14º13.02%84.31%-
XYZ54.395371.65-
YUV194.68139.47133.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.44%
GREEN value IS 187 (73.44% from 255) = 30.96%
BLUE value IS 215 (84.38% from 255) = 35.60%
R=33.44%
G=30.96%
B=35.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2021872150.060.1300.16272.1425.9378.82
HexCABBD76D0101101a4f
Octal31227332761502042032117
Binary1100101010111011110101111101101010000100010000110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABBD7; }

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

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

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

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

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

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

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

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