#CACFDE

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

Shades of Link Water #CACFDE

Tints of Link Water #CACFDE

Color information

#CACFDE (or 0xCACFDE) is unknown color: approx Link Water. HEX triplet: CA, CF and DE. RGB value is (202,207,222). Sum of RGB (Red+Green+Blue) = 202+207+222=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 207 (81.25% from 255 or 32.81% from 631); Blue value is 222 (87.11% from 255 or 35.18% from 631); Max value from RGB is 222 - color contains mainly: blue. Hex color #CACFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACFDE is #353021. Grayscale: #CFCFCF. Windows color (decimal): -3485730 or 14602186. OLE color: 14602186.

HSL color Cylindrical-coordinate representation of color #CACFDE: hue angle of 225º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CACFDE is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202207222-
CMYK0.090.0700.13
HSL225º23.26%83.14%-
HSV(B)225º9.01%87.06%-
XYZ59.8562.4678.01-
YUV207.21136.34124.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.01%
GREEN value IS 207 (81.25% from 255) = 32.81%
BLUE value IS 222 (87.11% from 255) = 35.18%
R=32.01%
G=32.81%
B=35.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022072220.090.0700.1322523.2683.14
HexCACFDE970De11753
Octal31231733611701534127123
Binary11001010110011111101111010011110110111100001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACFDE; }

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

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

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

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

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

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

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

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