#CED8E1

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

Shades of Link Water #CED8E1

Tints of Link Water #CED8E1

Color information

#CED8E1 (or 0xCED8E1) is unknown color: approx Link Water. HEX triplet: CE, D8 and E1. RGB value is (206,216,225). Sum of RGB (Red+Green+Blue) = 206+216+225=647 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.84% from 647); Green value is 216 (84.77% from 255 or 33.38% from 647); Blue value is 225 (88.28% from 255 or 34.78% from 647); Max value from RGB is 225 - color contains mainly: blue. Hex color #CED8E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED8E1 is #31271E. Grayscale: #D5D5D5. Windows color (decimal): -3221279 or 14801102. OLE color: 14801102.

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

Color convert

RGB206216225-
CMYK0.080.0400.12
HSL208.42º24.05%84.51%-
HSV(B)208.42º8.44%88.24%-
XYZ63.667.6780.94-
YUV214.04134.19122.27-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.84%
GREEN value IS 216 (84.77% from 255) = 33.38%
BLUE value IS 225 (88.28% from 255) = 34.78%
R=31.84%
G=33.38%
B=34.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2062162250.080.0400.12208.4224.0584.51
HexCED8E1840Cd01855
Octal31633034110401432030125
Binary11001110110110001110000110001000110011010000110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED8E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED8E1; }

 p { color: rgb(206,216,225); }

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

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

 a { background-color: rgb(206,216,225); }

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

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

 span { border-color: rgb(206,216,225); }

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