#CED6DE

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

Shades of Link Water #CED6DE

Tints of Link Water #CED6DE

Color information

#CED6DE (or 0xCED6DE) is unknown color: approx Link Water. HEX triplet: CE, D6 and DE. RGB value is (206,214,222). Sum of RGB (Red+Green+Blue) = 206+214+222=642 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.09% from 642); Green value is 214 (83.98% from 255 or 33.33% from 642); Blue value is 222 (87.11% from 255 or 34.58% from 642); Max value from RGB is 222 - color contains mainly: blue. Hex color #CED6DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED6DE is #312921. Grayscale: #D4D4D4. Windows color (decimal): -3221794 or 14603982. OLE color: 14603982.

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

Color convert

RGB206214222-
CMYK0.070.0400.13
HSL210º19.51%83.92%-
HSV(B)210º7.21%87.06%-
XYZ62.6866.4978.64-
YUV212.52133.35123.35-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.09%
GREEN value IS 214 (83.98% from 255) = 33.33%
BLUE value IS 222 (87.11% from 255) = 34.58%
R=32.09%
G=33.33%
B=34.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062142220.070.0400.1321019.5183.92
HexCED6DE740Dd21454
Octal3163263367401532224124
Binary1100111011010110110111101111000110111010010101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED6DE; }

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

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

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

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

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

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

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

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