#CED5DC

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

Shades of Link Water #CED5DC

Tints of Link Water #CED5DC

Color information

#CED5DC (or 0xCED5DC) is unknown color: approx Link Water. HEX triplet: CE, D5 and DC. RGB value is (206,213,220). Sum of RGB (Red+Green+Blue) = 206+213+220=639 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.24% from 639); Green value is 213 (83.59% from 255 or 33.33% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 220 - color contains mainly: blue. Hex color #CED5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED5DC is #312A23. Grayscale: #D3D3D3. Windows color (decimal): -3222052 or 14472654. OLE color: 14472654.

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

Color convert

RGB206213220-
CMYK0.060.0300.14
HSL210º16.67%83.53%-
HSV(B)210º6.36%86.27%-
XYZ62.1765.8877.15-
YUV211.7132.68123.93-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.24%
GREEN value IS 213 (83.59% from 255) = 33.33%
BLUE value IS 220 (86.33% from 255) = 34.43%
R=32.24%
G=33.33%
B=34.43%

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
Decimal2062132200.060.0300.1421016.6783.53
HexCED5DC630Ed21154
Octal3163253346301632221124
Binary110011101101010111011100110110111011010010100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED5DC; }

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

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

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

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

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

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

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

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