#CED1DC

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

Shades of Link Water #CED1DC

Tints of Link Water #CED1DC

Color information

#CED1DC (or 0xCED1DC) is unknown color: approx Link Water. HEX triplet: CE, D1 and DC. RGB value is (206,209,220). Sum of RGB (Red+Green+Blue) = 206+209+220=635 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.44% from 635); Green value is 209 (82.03% from 255 or 32.91% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 220 - color contains mainly: blue. Hex color #CED1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED1DC is #312E23. Grayscale: #D1D1D1. Windows color (decimal): -3223076 or 14471630. OLE color: 14471630.

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

Color convert

RGB206209220-
CMYK0.060.0500.14
HSL227.14º16.67%83.53%-
HSV(B)227.14º6.36%86.27%-
XYZ61.1763.8976.82-
YUV209.36134.01125.61-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.44%
GREEN value IS 209 (82.03% from 255) = 32.91%
BLUE value IS 220 (86.33% from 255) = 34.65%
R=32.44%
G=32.91%
B=34.65%

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
Decimal2062092200.060.0500.14227.1416.6783.53
HexCED1DC650Ee31154
Octal3163213346501634321124
Binary1100111011010001110111001101010111011100011100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED1DC; }

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

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

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

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

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

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

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

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