#CACED1

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

Shades of Link Water #CACED1

Tints of Link Water #CACED1

Color information

#CACED1 (or 0xCACED1) is unknown color: approx Link Water. HEX triplet: CA, CE and D1. RGB value is (202,206,209). Sum of RGB (Red+Green+Blue) = 202+206+209=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 206 (80.86% from 255 or 33.39% from 617); Blue value is 209 (82.03% from 255 or 33.87% from 617); Max value from RGB is 209 - color contains mainly: blue. Hex color #CACED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACED1 is #35312E. Grayscale: #CDCDCD. Windows color (decimal): -3485999 or 13749962. OLE color: 13749962.

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

Color convert

RGB202206209-
CMYK0.030.0100.18
HSL205.71º7.07%80.59%-
HSV(B)205.71º3.35%81.96%-
XYZ57.9461.369.1-
YUV205.15130.17125.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.74%
GREEN value IS 206 (80.86% from 255) = 33.39%
BLUE value IS 209 (82.03% from 255) = 33.87%
R=32.74%
G=33.39%
B=33.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2022062090.030.0100.18205.717.0780.59
HexCACED131012ce751
Octal312316321310223167121
Binary110010101100111011010001111010010110011101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACED1; }

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

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

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

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

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

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

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

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