#CACFD4

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

Shades of Link Water #CACFD4

Tints of Link Water #CACFD4

Color information

#CACFD4 (or 0xCACFD4) is unknown color: approx Link Water. HEX triplet: CA, CF and D4. RGB value is (202,207,212). Sum of RGB (Red+Green+Blue) = 202+207+212=621 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.53% from 621); Green value is 207 (81.25% from 255 or 33.33% from 621); Blue value is 212 (83.20% from 255 or 34.14% from 621); Max value from RGB is 212 - color contains mainly: blue. Hex color #CACFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACFD4 is #35302B. Grayscale: #CECECE. Windows color (decimal): -3485740 or 13946826. OLE color: 13946826.

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

Color convert

RGB202207212-
CMYK0.050.0200.17
HSL210º10.42%81.18%-
HSV(B)210º4.72%83.14%-
XYZ58.5561.9471.16-
YUV206.08131.34125.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.53%
GREEN value IS 207 (81.25% from 255) = 33.33%
BLUE value IS 212 (83.20% from 255) = 34.14%
R=32.53%
G=33.33%
B=34.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2022072120.050.0200.1721010.4281.18
HexCACFD452011d2a51
Octal3123173245202132212121
Binary110010101100111111010100101100100011101001010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACFD4; }

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

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

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

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

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

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

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

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