#CACCD4

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

Shades of Link Water #CACCD4

Tints of Link Water #CACCD4

Color information

#CACCD4 (or 0xCACCD4) is unknown color: approx Link Water. HEX triplet: CA, CC and D4. RGB value is (202,204,212). Sum of RGB (Red+Green+Blue) = 202+204+212=618 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.69% from 618); Green value is 204 (80.08% from 255 or 33.01% from 618); Blue value is 212 (83.20% from 255 or 34.30% from 618); Max value from RGB is 212 - color contains mainly: blue. Hex color #CACCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACCD4 is #35332B. Grayscale: #CCCCCC. Windows color (decimal): -3486508 or 13946058. OLE color: 13946058.

HSL color Cylindrical-coordinate representation of color #CACCD4: hue angle of 228º 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 #CACCD4 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB202204212-
CMYK0.050.0400.17
HSL228º10.42%81.18%-
HSV(B)228º4.72%83.14%-
XYZ57.8360.570.92-
YUV204.31132.34126.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.69%
GREEN value IS 204 (80.08% from 255) = 33.01%
BLUE value IS 212 (83.20% from 255) = 34.30%
R=32.69%
G=33.01%
B=34.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2022042120.050.0400.1722810.4281.18
HexCACCD454011e4a51
Octal3123143245402134412121
Binary1100101011001100110101001011000100011110010010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACCD4; }

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

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

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

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

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

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

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

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