#CED6DB

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

Shades of Link Water #CED6DB

Tints of Link Water #CED6DB

Color information

#CED6DB (or 0xCED6DB) is unknown color: approx Link Water. HEX triplet: CE, D6 and DB. RGB value is (206,214,219). Sum of RGB (Red+Green+Blue) = 206+214+219=639 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.24% from 639); Green value is 214 (83.98% from 255 or 33.49% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 219 - color contains mainly: blue. Hex color #CED6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED6DB is #312924. Grayscale: #D4D4D4. Windows color (decimal): -3221797 or 14407374. OLE color: 14407374.

HSL color Cylindrical-coordinate representation of color #CED6DB: hue angle of 203.08º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CED6DB is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB206214219-
CMYK0.060.0200.14
HSL203.08º15.29%83.33%-
HSV(B)203.08º5.94%85.88%-
XYZ62.2966.3376.54-
YUV212.18131.85123.59-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.24%
GREEN value IS 214 (83.98% from 255) = 33.49%
BLUE value IS 219 (85.94% from 255) = 34.27%
R=32.24%
G=33.49%
B=34.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2062142190.060.0200.14203.0815.2983.33
HexCED6DB620Ecbf53
Octal3163263336201631317123
Binary11001110110101101101101111010011101100101111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED6DB; }

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

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

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

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

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

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

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

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