#CAC0D4

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

Shades of Prelude #CAC0D4

Tints of Prelude #CAC0D4

Color information

#CAC0D4 (or 0xCAC0D4) is unknown color: approx Prelude. HEX triplet: CA, C0 and D4. RGB value is (202,192,212). Sum of RGB (Red+Green+Blue) = 202+192+212=606 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.33% from 606); Green value is 192 (75.39% from 255 or 31.68% from 606); Blue value is 212 (83.20% from 255 or 34.98% from 606); Max value from RGB is 212 - color contains mainly: blue. Hex color #CAC0D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC0D4 is #353F2B. Grayscale: #C5C5C5. Windows color (decimal): -3489580 or 13942986. OLE color: 13942986.

HSL color Cylindrical-coordinate representation of color #CAC0D4: hue angle of 270º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CAC0D4 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB202192212-
CMYK0.050.0900.17
HSL270º18.87%79.22%-
HSV(B)270º9.43%83.14%-
XYZ55.0955.0170-
YUV197.27136.31131.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.33%
GREEN value IS 192 (75.39% from 255) = 31.68%
BLUE value IS 212 (83.20% from 255) = 34.98%
R=33.33%
G=31.68%
B=34.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2021922120.050.0900.1727018.8779.22
HexCAC0D45901110e134f
Octal31230032451102141623117
Binary1100101011000000110101001011001010001100001110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC0D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC0D4; }

 p { color: rgb(202,192,212); }

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

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

 a { background-color: rgb(202,192,212); }

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

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

 span { border-color: rgb(202,192,212); }

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