#C4CCDE

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

Shades of Link Water #C4CCDE

Tints of Link Water #C4CCDE

Color information

#C4CCDE (or 0xC4CCDE) is unknown color: approx Link Water. HEX triplet: C4, CC and DE. RGB value is (196,204,222). Sum of RGB (Red+Green+Blue) = 196+204+222=622 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.51% from 622); Green value is 204 (80.08% from 255 or 32.80% from 622); Blue value is 222 (87.11% from 255 or 35.69% from 622); Max value from RGB is 222 - color contains mainly: blue. Hex color #C4CCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CCDE is #3B3321. Grayscale: #CBCBCB. Windows color (decimal): -3879714 or 14601412. OLE color: 14601412.

HSL color Cylindrical-coordinate representation of color #C4CCDE: hue angle of 221.54º 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 #C4CCDE is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB196204222-
CMYK0.120.0800.13
HSL221.54º28.26%81.96%-
HSV(B)221.54º11.71%87.06%-
XYZ57.5460.277.69-
YUV203.66138.35122.54-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.51%
GREEN value IS 204 (80.08% from 255) = 32.80%
BLUE value IS 222 (87.11% from 255) = 35.69%
R=31.51%
G=32.80%
B=35.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1962042220.120.0800.13221.5428.2681.96
HexC4CCDEC80Dde1c52
Octal304314336141001533634122
Binary110001001100110011011110110010000110111011110111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CCDE; }

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

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

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

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

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

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

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

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