Html Css Color HEX #CED1D5 Link Water

📋 copy color: '#CED1D5'

red 206 ◦ green 209 ◦ blue 213

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

Shades of Link Water #CED1D5

Tints of Link Water #CED1D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 33.92%

R = 32.8%
G = 33.28%
B = 33.92%

CMYK

 C value IS 0.03

 M value IS 0.02

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CED1D5 (or 0xCED1D5) is known color: Link Water. HEX triplet: CE, D1 and D5. RGB value is (206,209,213). Sum of RGB (Red+Green+Blue) = 206+209+213=628 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.80% from 628); Green value is 209 (82.03% from 255 or 33.28% from 628); Blue value is 213 (83.59% from 255 or 33.92% from 628); Max value from RGB is 213 - color contains mainly: blue. Hex color #CED1D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED1D5 is #312E2A. Grayscale: #D0D0D0. Windows color (decimal): -3223083 or 14012878. OLE color: 14012878.

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

Color convert

RGB 206 209 213 -
CMYK 0.03 0.02 0 0.16
HSL 214.29º 0.08% 0.82% -
HSV(B) 214.29º 0.03% 0.84% -
XYZ 60.26 63.53 72.04 -
YUV 208.56 130.51 126.17 -
System Red Green Blue C M Y K H S L
Decimal 206 209 213 0.03 0.02 0 0.16 214.29 0.08 0.82
Hex CE D1 D5 3 2 0 10 D6 8 52
Octal 316 321 325 3 2 0 20 326 10 122
Binary 11001110 11010001 11010101 11 10 0 10000 11010110 1000 1010010

Color Harmonies of #CED1D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED1D5

Black with #CED1D5

Text Example


Text Example

White with #CED1D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED1D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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