#CACCD3

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

Shades of Link Water #CACCD3

Tints of Link Water #CACCD3

Color information

#CACCD3 (or 0xCACCD3) is unknown color: approx Link Water. HEX triplet: CA, CC and D3. RGB value is (202,204,211). Sum of RGB (Red+Green+Blue) = 202+204+211=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 204 (80.08% from 255 or 33.06% from 617); Blue value is 211 (82.81% from 255 or 34.20% from 617); Max value from RGB is 211 - color contains mainly: blue. Hex color #CACCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACCD3 is #35332C. Grayscale: #CCCCCC. Windows color (decimal): -3486509 or 13880522. OLE color: 13880522.

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

Color convert

RGB202204211-
CMYK0.040.0300.17
HSL226.67º9.28%80.98%-
HSV(B)226.67º4.27%82.75%-
XYZ57.7160.4570.25-
YUV204.2131.84126.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.74%
GREEN value IS 204 (80.08% from 255) = 33.06%
BLUE value IS 211 (82.81% from 255) = 34.20%
R=32.74%
G=33.06%
B=34.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2022042110.040.0300.17226.679.2880.98
HexCACCD343011e3951
Octal3123143234302134311121
Binary110010101100110011010011100110100011110001110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACCD3; }

 p { color: rgb(202,204,211); }

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

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

 a { background-color: rgb(202,204,211); }

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

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

 span { border-color: rgb(202,204,211); }

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