Html Css Color HEX #CED5DC Link Water

📋 copy color: '#CED5DC'

red 206 ◦ green 213 ◦ blue 220

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

Shades of Link Water #CED5DC

Tints of Link Water #CED5DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.43%

R = 32.24%
G = 33.33%
B = 34.43%

CMYK

 C value IS 0.06

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CED5DC (or 0xCED5DC) is known color: Link Water. HEX triplet: CE, D5 and DC. RGB value is (206,213,220). Sum of RGB (Red+Green+Blue) = 206+213+220=639 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.24% from 639); Green value is 213 (83.59% from 255 or 33.33% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 220 - color contains mainly: blue. Hex color #CED5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED5DC is #312A23. Grayscale: #D3D3D3. Windows color (decimal): -3222052 or 14472654. OLE color: 14472654.

HSL color Cylindrical-coordinate representation of color #CED5DC: hue angle of 210º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CED5DC is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 213 220 -
CMYK 0.06 0.03 0 0.14
HSL 210º 0.17% 0.84% -
HSV(B) 210º 0.06% 0.86% -
XYZ 62.17 65.88 77.15 -
YUV 211.71 132.68 123.93 -
System Red Green Blue C M Y K H S L
Decimal 206 213 220 0.06 0.03 0 0.14 210 0.17 0.84
Hex CE D5 DC 6 3 0 E D2 11 54
Octal 316 325 334 6 3 0 16 322 21 124
Binary 11001110 11010101 11011100 110 11 0 1110 11010010 10001 1010100

Color Harmonies of #CED5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED5DC

Black with #CED5DC

Text Example


Text Example

White with #CED5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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