#CACFDD

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

Shades of Link Water #CACFDD

Tints of Link Water #CACFDD

Color information

#CACFDD (or 0xCACFDD) is unknown color: approx Link Water. HEX triplet: CA, CF and DD. RGB value is (202,207,221). Sum of RGB (Red+Green+Blue) = 202+207+221=630 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.06% from 630); Green value is 207 (81.25% from 255 or 32.86% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 221 - color contains mainly: blue. Hex color #CACFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACFDD is #353022. Grayscale: #CFCFCF. Windows color (decimal): -3485731 or 14536650. OLE color: 14536650.

HSL color Cylindrical-coordinate representation of color #CACFDD: hue angle of 224.21º degrees, saturation: 0.22, 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 #CACFDD is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202207221-
CMYK0.090.0600.13
HSL224.21º21.84%82.94%-
HSV(B)224.21º8.6%86.67%-
XYZ59.7262.477.3-
YUV207.1135.84124.36-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.06%
GREEN value IS 207 (81.25% from 255) = 32.86%
BLUE value IS 221 (86.72% from 255) = 35.08%
R=32.06%
G=32.86%
B=35.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022072210.090.0600.13224.2121.8482.94
HexCACFDD960De01653
Octal31231733511601534026123
Binary11001010110011111101110110011100110111100000101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACFDD; }

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

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

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

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

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

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

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

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