Html Css Color HEX #CED1D8 Link Water

📋 copy color: '#CED1D8'

red 206 ◦ green 209 ◦ blue 216

#CED1D8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Link Water #CED1D8

Tints of Link Water #CED1D8

RGB

 RED value IS 206 (80.86% from 255) = 32.65%

 GREEN value IS 209 (82.03% from 255) = 33.12%

 BLUE value IS 216 (84.77% from 255) = 34.23%

R = 32.65%
G = 33.12%
B = 34.23%

CMYK

 C value IS 0.05

 M value IS 0.03

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CED1D8 (or 0xCED1D8) is known color: Link Water. HEX triplet: CE, D1 and D8. RGB value is (206,209,216). Sum of RGB (Red+Green+Blue) = 206+209+216=631 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.65% from 631); Green value is 209 (82.03% from 255 or 33.12% from 631); Blue value is 216 (84.77% from 255 or 34.23% from 631); Max value from RGB is 216 - color contains mainly: blue. Hex color #CED1D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED1D8 is #312E27. Grayscale: #D0D0D0. Windows color (decimal): -3223080 or 14209486. OLE color: 14209486.

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

Color convert

RGB 206 209 216 -
CMYK 0.05 0.03 0 0.15
HSL 222º 0.11% 0.83% -
HSV(B) 222º 0.05% 0.85% -
XYZ 60.65 63.68 74.06 -
YUV 208.9 132.01 125.93 -
System Red Green Blue C M Y K H S L
Decimal 206 209 216 0.05 0.03 0 0.15 222 0.11 0.83
Hex CE D1 D8 5 3 0 F DE B 53
Octal 316 321 330 5 3 0 17 336 13 123
Binary 11001110 11010001 11011000 101 11 0 1111 11011110 1011 1010011

Color Harmonies of #CED1D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED1D8

Black with #CED1D8

Text Example


Text Example

White with #CED1D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED1D8; }

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

 H1.HeaderClassName
 {
   color: #CED1D8;
 }
 .AnyTagClassName
 {
   color: #CED1D8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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