Html Css Color HEX #CED5D9 Link Water

📋 copy color: '#CED5D9'

red 206 ◦ green 213 ◦ blue 217

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

Shades of Link Water #CED5D9

Tints of Link Water #CED5D9

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.49%

 BLUE value IS 217 (85.16% from 255) = 34.12%

R = 32.39%
G = 33.49%
B = 34.12%

CMYK

 C value IS 0.05

 M value IS 0.02

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CED5D9 (or 0xCED5D9) is known color: Link Water. HEX triplet: CE, D5 and D9. RGB value is (206,213,217). Sum of RGB (Red+Green+Blue) = 206+213+217=636 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.39% from 636); Green value is 213 (83.59% from 255 or 33.49% from 636); Blue value is 217 (85.16% from 255 or 34.12% from 636); Max value from RGB is 217 - color contains mainly: blue. Hex color #CED5D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED5D9 is #312A26. Grayscale: #D3D3D3. Windows color (decimal): -3222055 or 14276046. OLE color: 14276046.

HSL color Cylindrical-coordinate representation of color #CED5D9: hue angle of 201.82º degrees, saturation: 0.13, 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 #CED5D9 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 213 217 -
CMYK 0.05 0.02 0 0.15
HSL 201.82º 0.13% 0.83% -
HSV(B) 201.82º 0.05% 0.85% -
XYZ 61.77 65.72 75.08 -
YUV 211.36 131.18 124.17 -
System Red Green Blue C M Y K H S L
Decimal 206 213 217 0.05 0.02 0 0.15 201.82 0.13 0.83
Hex CE D5 D9 5 2 0 F CA D 53
Octal 316 325 331 5 2 0 17 312 15 123
Binary 11001110 11010101 11011001 101 10 0 1111 11001010 1101 1010011

Color Harmonies of #CED5D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED5D9

Black with #CED5D9

Text Example


Text Example

White with #CED5D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED5D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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