#CED5DB

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

Shades of Link Water #CED5DB

Tints of Link Water #CED5DB

Color information

#CED5DB (or 0xCED5DB) is unknown color: approx Link Water. HEX triplet: CE, D5 and DB. RGB value is (206,213,219). Sum of RGB (Red+Green+Blue) = 206+213+219=638 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.29% from 638); Green value is 213 (83.59% from 255 or 33.39% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 219 - color contains mainly: blue. Hex color #CED5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED5DB is #312A24. Grayscale: #D3D3D3. Windows color (decimal): -3222053 or 14407118. OLE color: 14407118.

HSL color Cylindrical-coordinate representation of color #CED5DB: hue angle of 207.69º 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 #CED5DB is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB206213219-
CMYK0.060.0300.14
HSL207.69º15.29%83.33%-
HSV(B)207.69º5.94%85.88%-
XYZ62.0365.8276.45-
YUV211.59132.18124.01-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.29%
GREEN value IS 213 (83.59% from 255) = 33.39%
BLUE value IS 219 (85.94% from 255) = 34.33%
R=32.29%
G=33.39%
B=34.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2062132190.060.0300.14207.6915.2983.33
HexCED5DB630Ed0f53
Octal3163253336301632017123
Binary11001110110101011101101111011011101101000011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED5DB; }

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

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

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

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

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

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

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

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