#CACDD4

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

Shades of Link Water #CACDD4

Tints of Link Water #CACDD4

Color information

#CACDD4 (or 0xCACDD4) is unknown color: approx Link Water. HEX triplet: CA, CD and D4. RGB value is (202,205,212). Sum of RGB (Red+Green+Blue) = 202+205+212=619 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.63% from 619); Green value is 205 (80.47% from 255 or 33.12% from 619); Blue value is 212 (83.20% from 255 or 34.25% from 619); Max value from RGB is 212 - color contains mainly: blue. Hex color #CACDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACDD4 is #35322B. Grayscale: #CCCCCC. Windows color (decimal): -3486252 or 13946314. OLE color: 13946314.

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

Color convert

RGB202205212-
CMYK0.050.0300.17
HSL222º10.42%81.18%-
HSV(B)222º4.72%83.14%-
XYZ58.0760.9771-
YUV204.9132.01125.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.63%
GREEN value IS 205 (80.47% from 255) = 33.12%
BLUE value IS 212 (83.20% from 255) = 34.25%
R=32.63%
G=33.12%
B=34.25%

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
Decimal2022052120.050.0300.1722210.4281.18
HexCACDD453011dea51
Octal3123153245302133612121
Binary110010101100110111010100101110100011101111010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACDD4; }

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

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

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

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

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

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

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

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