#C4CFDC

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

Shades of Link Water #C4CFDC

Tints of Link Water #C4CFDC

Color information

#C4CFDC (or 0xC4CFDC) is unknown color: approx Link Water. HEX triplet: C4, CF and DC. RGB value is (196,207,220). Sum of RGB (Red+Green+Blue) = 196+207+220=623 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.46% from 623); Green value is 207 (81.25% from 255 or 33.23% from 623); Blue value is 220 (86.33% from 255 or 35.31% from 623); Max value from RGB is 220 - color contains mainly: blue. Hex color #C4CFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CFDC is #3B3023. Grayscale: #CDCDCD. Windows color (decimal): -3878948 or 14471108. OLE color: 14471108.

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

Color convert

RGB196207220-
CMYK0.110.0600.14
HSL212.5º25.53%81.57%-
HSV(B)212.5º10.91%86.27%-
XYZ5861.5376.53-
YUV205.19136.36121.44-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.46%
GREEN value IS 207 (81.25% from 255) = 33.23%
BLUE value IS 220 (86.33% from 255) = 35.31%
R=31.46%
G=33.23%
B=35.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1962072200.110.0600.14212.525.5381.57
HexC4CFDCB60Ed41a52
Octal30431733413601632432122
Binary11000100110011111101110010111100111011010100110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CFDC; }

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

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

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

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

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

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

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

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