#CAB5D7

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

Shades of Prelude #CAB5D7

Tints of Prelude #CAB5D7

Color information

#CAB5D7 (or 0xCAB5D7) is unknown color: approx Prelude. HEX triplet: CA, B5 and D7. RGB value is (202,181,215). Sum of RGB (Red+Green+Blue) = 202+181+215=598 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.78% from 598); Green value is 181 (71.09% from 255 or 30.27% from 598); Blue value is 215 (84.38% from 255 or 35.95% from 598); Max value from RGB is 215 - color contains mainly: blue. Hex color #CAB5D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB5D7 is #354A28. Grayscale: #BFBFBF. Windows color (decimal): -3492393 or 14136778. OLE color: 14136778.

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

Color convert

RGB202181215-
CMYK0.060.1600.16
HSL277.06º29.82%77.65%-
HSV(B)277.06º15.81%84.31%-
XYZ53.1550.5171.24-
YUV191.15141.46135.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.78%
GREEN value IS 181 (71.09% from 255) = 30.27%
BLUE value IS 215 (84.38% from 255) = 35.95%
R=33.78%
G=30.27%
B=35.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2021812150.060.1600.16277.0629.8277.65
HexCAB5D76100101151e4e
Octal31226532762002042536116
Binary11001010101101011101011111010000010000100010101111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB5D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB5D7; }

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

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

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

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

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

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

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

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