#CAB8D8

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

Shades of Prelude #CAB8D8

Tints of Prelude #CAB8D8

Color information

#CAB8D8 (or 0xCAB8D8) is unknown color: approx Prelude. HEX triplet: CA, B8 and D8. RGB value is (202,184,216). Sum of RGB (Red+Green+Blue) = 202+184+216=602 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.55% from 602); Green value is 184 (72.27% from 255 or 30.56% from 602); Blue value is 216 (84.77% from 255 or 35.88% from 602); Max value from RGB is 216 - color contains mainly: blue. Hex color #CAB8D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB8D8 is #354727. Grayscale: #C0C0C0. Windows color (decimal): -3491624 or 14203082. OLE color: 14203082.

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

Color convert

RGB202184216-
CMYK0.060.1500.15
HSL273.75º29.09%78.43%-
HSV(B)273.75º14.81%84.71%-
XYZ53.8951.872.12-
YUV193.03140.96134.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.55%
GREEN value IS 184 (72.27% from 255) = 30.56%
BLUE value IS 216 (84.77% from 255) = 35.88%
R=33.55%
G=30.56%
B=35.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021842160.060.1500.15273.7529.0978.43
HexCAB8D86F0F1121d4e
Octal31227033061701742235116
Binary110010101011100011011000110111101111100010010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB8D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB8D8; }

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

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

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

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

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

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

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

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