#C5CEDE

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

Shades of Link Water #C5CEDE

Tints of Link Water #C5CEDE

Color information

#C5CEDE (or 0xC5CEDE) is unknown color: approx Link Water. HEX triplet: C5, CE and DE. RGB value is (197,206,222). Sum of RGB (Red+Green+Blue) = 197+206+222=625 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.52% from 625); Green value is 206 (80.86% from 255 or 32.96% 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 #C5CEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CEDE is #3A3121. Grayscale: #CDCDCD. Windows color (decimal): -3813666 or 14601925. OLE color: 14601925.

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

Color convert

RGB197206222-
CMYK0.110.0700.13
HSL218.4º27.47%82.16%-
HSV(B)218.4º11.26%87.06%-
XYZ58.2861.2977.86-
YUV205.13137.52122.2-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.52%
GREEN value IS 206 (80.86% from 255) = 32.96%
BLUE value IS 222 (87.11% from 255) = 35.52%
R=31.52%
G=32.96%
B=35.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1972062220.110.0700.13218.427.4782.16
HexC5CEDEB70Dda1b52
Octal30531633613701533233122
Binary11000101110011101101111010111110110111011010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CEDE; }

 p { color: rgb(197,206,222); }

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

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

 a { background-color: rgb(197,206,222); }

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

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

 span { border-color: rgb(197,206,222); }

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