#CACFDC

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

Shades of Link Water #CACFDC

Tints of Link Water #CACFDC

Color information

#CACFDC (or 0xCACFDC) is unknown color: approx Link Water. HEX triplet: CA, CF and DC. RGB value is (202,207,220). Sum of RGB (Red+Green+Blue) = 202+207+220=629 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.11% from 629); Green value is 207 (81.25% from 255 or 32.91% from 629); Blue value is 220 (86.33% from 255 or 34.98% from 629); Max value from RGB is 220 - color contains mainly: blue. Hex color #CACFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACFDC is #353023. Grayscale: #CECECE. Windows color (decimal): -3485732 or 14471114. OLE color: 14471114.

HSL color Cylindrical-coordinate representation of color #CACFDC: hue angle of 223.33º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CACFDC is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB202207220-
CMYK0.080.0600.14
HSL223.33º20.45%82.75%-
HSV(B)223.33º8.18%86.27%-
XYZ59.5962.3576.6-
YUV206.99135.34124.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.11%
GREEN value IS 207 (81.25% from 255) = 32.91%
BLUE value IS 220 (86.33% from 255) = 34.98%
R=32.11%
G=32.91%
B=34.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022072200.080.0600.14223.3320.4582.75
HexCACFDC860Edf1453
Octal31231733410601633724123
Binary11001010110011111101110010001100111011011111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACFDC; }

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

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

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

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

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

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

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

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