#CACED4

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

Shades of Link Water #CACED4

Tints of Link Water #CACED4

Color information

#CACED4 (or 0xCACED4) is unknown color: approx Link Water. HEX triplet: CA, CE and D4. RGB value is (202,206,212). Sum of RGB (Red+Green+Blue) = 202+206+212=620 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.58% from 620); Green value is 206 (80.86% from 255 or 33.23% from 620); Blue value is 212 (83.20% from 255 or 34.19% from 620); Max value from RGB is 212 - color contains mainly: blue. Hex color #CACED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACED4 is #35312B. Grayscale: #CDCDCD. Windows color (decimal): -3485996 or 13946570. OLE color: 13946570.

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

Color convert

RGB202206212-
CMYK0.050.0300.17
HSL216º10.42%81.18%-
HSV(B)216º4.72%83.14%-
XYZ58.3161.4571.08-
YUV205.49131.67125.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.58%
GREEN value IS 206 (80.86% from 255) = 33.23%
BLUE value IS 212 (83.20% from 255) = 34.19%
R=32.58%
G=33.23%
B=34.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2022062120.050.0300.1721610.4281.18
HexCACED453011d8a51
Octal3123163245302133012121
Binary110010101100111011010100101110100011101100010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACED4; }

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

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

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

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

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

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

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

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