#CED1DA

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

Shades of Link Water #CED1DA

Tints of Link Water #CED1DA

Color information

#CED1DA (or 0xCED1DA) is unknown color: approx Link Water. HEX triplet: CE, D1 and DA. RGB value is (206,209,218). Sum of RGB (Red+Green+Blue) = 206+209+218=633 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.54% from 633); Green value is 209 (82.03% from 255 or 33.02% from 633); Blue value is 218 (85.55% from 255 or 34.44% from 633); Max value from RGB is 218 - color contains mainly: blue. Hex color #CED1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED1DA is #312E25. Grayscale: #D1D1D1. Windows color (decimal): -3223078 or 14340558. OLE color: 14340558.

HSL color Cylindrical-coordinate representation of color #CED1DA: hue angle of 225º degrees, saturation: 0.14, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CED1DA is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB206209218-
CMYK0.060.0400.15
HSL225º13.95%83.14%-
HSV(B)225º5.5%85.49%-
XYZ60.9163.7875.43-
YUV209.13133.01125.77-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.54%
GREEN value IS 209 (82.03% from 255) = 33.02%
BLUE value IS 218 (85.55% from 255) = 34.44%
R=32.54%
G=33.02%
B=34.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2062092180.060.0400.1522513.9583.14
HexCED1DA640Fe1e53
Octal3163213326401734116123
Binary110011101101000111011010110100011111110000111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED1DA; }

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

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

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

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

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

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

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

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