#CED5E0

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

Shades of Link Water #CED5E0

Tints of Link Water #CED5E0

Color information

#CED5E0 (or 0xCED5E0) is unknown color: approx Link Water. HEX triplet: CE, D5 and E0. RGB value is (206,213,224). Sum of RGB (Red+Green+Blue) = 206+213+224=643 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.04% from 643); Green value is 213 (83.59% from 255 or 33.13% from 643); Blue value is 224 (87.89% from 255 or 34.84% from 643); Max value from RGB is 224 - color contains mainly: blue. Hex color #CED5E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED5E0 is #312A1F. Grayscale: #D4D4D4. Windows color (decimal): -3222048 or 14734798. OLE color: 14734798.

HSL color Cylindrical-coordinate representation of color #CED5E0: hue angle of 216.67º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CED5E0 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB206213224-
CMYK0.080.0500.12
HSL216.67º22.5%84.31%-
HSV(B)216.67º8.04%87.84%-
XYZ62.766.0979.97-
YUV212.16134.68123.61-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.04%
GREEN value IS 213 (83.59% from 255) = 33.13%
BLUE value IS 224 (87.89% from 255) = 34.84%
R=32.04%
G=33.13%
B=34.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2062132240.080.0500.12216.6722.584.31
HexCED5E0850Cd91654
Octal31632534010501433126124
Binary11001110110101011110000010001010110011011001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED5E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED5E0; }

 p { color: rgb(206,213,224); }

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

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

 a { background-color: rgb(206,213,224); }

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

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

 span { border-color: rgb(206,213,224); }

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