#CED7DE

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

Shades of Link Water #CED7DE

Tints of Link Water #CED7DE

Color information

#CED7DE (or 0xCED7DE) is unknown color: approx Link Water. HEX triplet: CE, D7 and DE. RGB value is (206,215,222). Sum of RGB (Red+Green+Blue) = 206+215+222=643 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.04% from 643); Green value is 215 (84.38% from 255 or 33.44% from 643); Blue value is 222 (87.11% from 255 or 34.53% from 643); Max value from RGB is 222 - color contains mainly: blue. Hex color #CED7DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED7DE is #312821. Grayscale: #D5D5D5. Windows color (decimal): -3221538 or 14604238. OLE color: 14604238.

HSL color Cylindrical-coordinate representation of color #CED7DE: hue angle of 206.25º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CED7DE is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB206215222-
CMYK0.070.0300.13
HSL206.25º19.51%83.92%-
HSV(B)206.25º7.21%87.06%-
XYZ62.946778.72-
YUV213.11133.02122.93-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.04%
GREEN value IS 215 (84.38% from 255) = 33.44%
BLUE value IS 222 (87.11% from 255) = 34.53%
R=32.04%
G=33.44%
B=34.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062152220.070.0300.13206.2519.5183.92
HexCED7DE730Dce1454
Octal3163273367301531624124
Binary110011101101011111011110111110110111001110101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED7DE; }

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

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

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

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

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

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

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

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