#CACED2

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

Shades of Link Water #CACED2

Tints of Link Water #CACED2

Color information

#CACED2 (or 0xCACED2) is unknown color: approx Link Water. HEX triplet: CA, CE and D2. RGB value is (202,206,210). Sum of RGB (Red+Green+Blue) = 202+206+210=618 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.69% from 618); Green value is 206 (80.86% from 255 or 33.33% from 618); Blue value is 210 (82.42% from 255 or 33.98% from 618); Max value from RGB is 210 - color contains mainly: blue. Hex color #CACED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACED2 is #35312D. Grayscale: #CDCDCD. Windows color (decimal): -3485998 or 13815498. OLE color: 13815498.

HSL color Cylindrical-coordinate representation of color #CACED2: hue angle of 210º degrees, saturation: 0.08, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CACED2 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB202206210-
CMYK0.040.0200.18
HSL210º8.16%80.78%-
HSV(B)210º3.81%82.35%-
XYZ58.0661.3569.75-
YUV205.26130.67125.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.69%
GREEN value IS 206 (80.86% from 255) = 33.33%
BLUE value IS 210 (82.42% from 255) = 33.98%
R=32.69%
G=33.33%
B=33.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2022062100.040.0200.182108.1680.78
HexCACED242012d2851
Octal3123163224202232210121
Binary110010101100111011010010100100100101101001010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACED2; }

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

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

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

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

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

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

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

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