Html Css Color HEX #CED1D7 Link Water

📋 copy color: '#CED1D7'

red 206 ◦ green 209 ◦ blue 215

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

Shades of Link Water #CED1D7

Tints of Link Water #CED1D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 34.13%

R = 32.7%
G = 33.17%
B = 34.13%

CMYK

 C value IS 0.04

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CED1D7 (or 0xCED1D7) is known color: 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

RGB 206 209 215 -
CMYK 0.04 0.03 0 0.16
HSL 220º 0.1% 0.83% -
HSV(B) 220º 0.04% 0.84% -
XYZ 60.52 63.63 73.38 -
YUV 208.79 131.51 126.01 -
System Red Green Blue C M Y K H S L
Decimal 206 209 215 0.04 0.03 0 0.16 220 0.1 0.83
Hex CE D1 D7 4 3 0 10 DC A 53
Octal 316 321 327 4 3 0 20 334 12 123
Binary 11001110 11010001 11010111 100 11 0 10000 11011100 1010 1010011

Color Harmonies of #CED1D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED1D7

Black with #CED1D7

Text Example


Text Example

White with #CED1D7

Text Example


Text Example

HTML Codes & Css Web 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>