#CAB5CD

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

Shades of Prelude #CAB5CD

Tints of Prelude #CAB5CD

Color information

#CAB5CD (or 0xCAB5CD) is unknown color: approx Prelude. HEX triplet: CA, B5 and CD. RGB value is (202,181,205). Sum of RGB (Red+Green+Blue) = 202+181+205=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 181 (71.09% from 255 or 30.78% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 205 - color contains mainly: blue. Hex color #CAB5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB5CD is #354A32. Grayscale: #BDBDBD. Windows color (decimal): -3492403 or 13481418. OLE color: 13481418.

HSL color Cylindrical-coordinate representation of color #CAB5CD: hue angle of 292.5º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAB5CD is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB202181205-
CMYK0.010.1200.20
HSL292.5º19.35%75.69%-
HSV(B)292.5º11.71%80.39%-
XYZ51.950.0164.68-
YUV190.02136.46136.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.35%
GREEN value IS 181 (71.09% from 255) = 30.78%
BLUE value IS 205 (80.47% from 255) = 34.86%
R=34.35%
G=30.78%
B=34.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021812050.010.1200.20292.519.3575.69
HexCAB5CD1C014124134c
Octal31226531511402444423114
Binary11001010101101011100110111100010100100100100100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB5CD; }

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

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

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

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

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

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

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

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