#CED1D7

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

Shades of Link Water #CED1D7

Tints of Link Water #CED1D7

Color information

#CED1D7 (or 0xCED1D7) is unknown color: approx Link Water. HEX triplet: CE, D1 and D7. RGB value is (206,209,215). Sum of RGB (Red+Green+Blue) = 206+209+215=630 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.70% from 630); Green value is 209 (82.03% from 255 or 33.17% from 630); Blue value is 215 (84.38% from 255 or 34.13% from 630); Max value from RGB is 215 - color contains mainly: blue. Hex color #CED1D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED1D7 is #312E28. Grayscale: #D0D0D0. Windows color (decimal): -3223081 or 14143950. OLE color: 14143950.

HSL color Cylindrical-coordinate representation of color #CED1D7: hue angle of 220º degrees, saturation: 0.1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CED1D7 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB206209215-
CMYK0.040.0300.16
HSL220º10.11%82.55%-
HSV(B)220º4.19%84.31%-
XYZ60.5263.6373.38-
YUV208.79131.51126.01-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.70%
GREEN value IS 209 (82.03% from 255) = 33.17%
BLUE value IS 215 (84.38% from 255) = 34.13%
R=32.70%
G=33.17%
B=34.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2062092150.040.0300.1622010.1182.55
HexCED1D743010dca53
Octal3163213274302033412123
Binary110011101101000111010111100110100001101110010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED1D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED1D7; }

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

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

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

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

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

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

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

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