#CAC5CD

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

Shades of Prelude #CAC5CD

Tints of Prelude #CAC5CD

Color information

#CAC5CD (or 0xCAC5CD) is unknown color: approx Prelude. HEX triplet: CA, C5 and CD. RGB value is (202,197,205). Sum of RGB (Red+Green+Blue) = 202+197+205=604 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.44% from 604); Green value is 197 (77.34% from 255 or 32.62% from 604); Blue value is 205 (80.47% from 255 or 33.94% from 604); Max value from RGB is 205 - color contains mainly: blue. Hex color #CAC5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC5CD is #353A32. Grayscale: #C7C7C7. Windows color (decimal): -3488307 or 13485514. OLE color: 13485514.

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

Color convert

RGB202197205-
CMYK0.010.0400.20
HSL277.5º7.41%78.82%-
HSV(B)277.5º3.9%80.39%-
XYZ55.3456.965.82-
YUV199.41131.16129.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.44%
GREEN value IS 197 (77.34% from 255) = 32.62%
BLUE value IS 205 (80.47% from 255) = 33.94%
R=33.44%
G=32.62%
B=33.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021972050.010.0400.20277.57.4178.82
HexCAC5CD1401411674f
Octal312305315140244267117
Binary11001010110001011100110111000101001000101101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC5CD; }

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

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

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

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

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

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

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

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