#C4CFDE

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

Shades of Link Water #C4CFDE

Tints of Link Water #C4CFDE

Color information

#C4CFDE (or 0xC4CFDE) is unknown color: approx Link Water. HEX triplet: C4, CF and DE. RGB value is (196,207,222). Sum of RGB (Red+Green+Blue) = 196+207+222=625 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.36% from 625); Green value is 207 (81.25% from 255 or 33.12% from 625); Blue value is 222 (87.11% from 255 or 35.52% from 625); Max value from RGB is 222 - color contains mainly: blue. Hex color #C4CFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CFDE is #3B3021. Grayscale: #CDCDCD. Windows color (decimal): -3878946 or 14602180. OLE color: 14602180.

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

Color convert

RGB196207222-
CMYK0.120.0700.13
HSL214.62º28.26%81.96%-
HSV(B)214.62º11.71%87.06%-
XYZ58.2661.6477.93-
YUV205.42137.36121.28-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.36%
GREEN value IS 207 (81.25% from 255) = 33.12%
BLUE value IS 222 (87.11% from 255) = 35.52%
R=31.36%
G=33.12%
B=35.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1962072220.120.0700.13214.6228.2681.96
HexC4CFDEC70Dd71c52
Octal30431733614701532734122
Binary11000100110011111101111011001110110111010111111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CFDE; }

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

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

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

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

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

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

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

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