#CED1DB

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

Shades of Link Water #CED1DB

Tints of Link Water #CED1DB

Color information

#CED1DB (or 0xCED1DB) is unknown color: approx Link Water. HEX triplet: CE, D1 and DB. RGB value is (206,209,219). Sum of RGB (Red+Green+Blue) = 206+209+219=634 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.49% from 634); Green value is 209 (82.03% from 255 or 32.97% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 219 - color contains mainly: blue. Hex color #CED1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED1DB is #312E24. Grayscale: #D1D1D1. Windows color (decimal): -3223077 or 14406094. OLE color: 14406094.

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

Color convert

RGB206209219-
CMYK0.060.0500.14
HSL226.15º15.29%83.33%-
HSV(B)226.15º5.94%85.88%-
XYZ61.0463.8476.12-
YUV209.24133.51125.69-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.49%
GREEN value IS 209 (82.03% from 255) = 32.97%
BLUE value IS 219 (85.94% from 255) = 34.54%
R=32.49%
G=32.97%
B=34.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2062092190.060.0500.14226.1515.2983.33
HexCED1DB650Ee2f53
Octal3163213336501634217123
Binary110011101101000111011011110101011101110001011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED1DB; }

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

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

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

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

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

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

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

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