#CAC4CE

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

Shades of Prelude #CAC4CE

Tints of Prelude #CAC4CE

Color information

#CAC4CE (or 0xCAC4CE) is unknown color: approx Prelude. HEX triplet: CA, C4 and CE. RGB value is (202,196,206). Sum of RGB (Red+Green+Blue) = 202+196+206=604 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.44% from 604); Green value is 196 (76.95% from 255 or 32.45% from 604); Blue value is 206 (80.86% from 255 or 34.11% from 604); Max value from RGB is 206 - color contains mainly: blue. Hex color #CAC4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC4CE is #353B31. Grayscale: #C6C6C6. Windows color (decimal): -3488562 or 13550794. OLE color: 13550794.

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

Color convert

RGB202196206-
CMYK0.020.0500.19
HSL276º9.26%78.82%-
HSV(B)276º4.85%80.78%-
XYZ55.2456.4966.39-
YUV198.93131.99130.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.44%
GREEN value IS 196 (76.95% from 255) = 32.45%
BLUE value IS 206 (80.86% from 255) = 34.11%
R=33.44%
G=32.45%
B=34.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021962060.020.0500.192769.2678.82
HexCAC4CE2501311494f
Octal3123043162502342411117
Binary1100101011000100110011101010101001110001010010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC4CE; }

 p { color: rgb(202,196,206); }

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

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

 a { background-color: rgb(202,196,206); }

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

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

 span { border-color: rgb(202,196,206); }

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