#C4CFDD

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

Shades of Link Water #C4CFDD

Tints of Link Water #C4CFDD

Color information

#C4CFDD (or 0xC4CFDD) is unknown color: approx Link Water. HEX triplet: C4, CF and DD. RGB value is (196,207,221). Sum of RGB (Red+Green+Blue) = 196+207+221=624 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.41% from 624); Green value is 207 (81.25% from 255 or 33.17% from 624); Blue value is 221 (86.72% from 255 or 35.42% from 624); Max value from RGB is 221 - color contains mainly: blue. Hex color #C4CFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CFDD is #3B3022. Grayscale: #CDCDCD. Windows color (decimal): -3878947 or 14536644. OLE color: 14536644.

HSL color Cylindrical-coordinate representation of color #C4CFDD: hue angle of 213.6º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4CFDD is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB196207221-
CMYK0.110.0600.13
HSL213.6º26.88%81.76%-
HSV(B)213.6º11.31%86.67%-
XYZ58.1361.5877.23-
YUV205.31136.86121.36-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.41%
GREEN value IS 207 (81.25% from 255) = 33.17%
BLUE value IS 221 (86.72% from 255) = 35.42%
R=31.41%
G=33.17%
B=35.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1962072210.110.0600.13213.626.8881.76
HexC4CFDDB60Dd61b52
Octal30431733513601532633122
Binary11000100110011111101110110111100110111010110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CFDD; }

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

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

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

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

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

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

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

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