Html Css Color HEX #CED6DB Link Water

📋 copy color: '#CED6DB'

red 206 ◦ green 214 ◦ blue 219

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

Shades of Link Water #CED6DB

Tints of Link Water #CED6DB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.49%

 BLUE value IS 219 (85.94% from 255) = 34.27%

R = 32.24%
G = 33.49%
B = 34.27%

CMYK

 C value IS 0.06

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CED6DB (or 0xCED6DB) is known color: Link Water. HEX triplet: CE, D6 and DB. RGB value is (206,214,219). Sum of RGB (Red+Green+Blue) = 206+214+219=639 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.24% from 639); Green value is 214 (83.98% from 255 or 33.49% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 219 - color contains mainly: blue. Hex color #CED6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED6DB is #312924. Grayscale: #D4D4D4. Windows color (decimal): -3221797 or 14407374. OLE color: 14407374.

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

Color convert

RGB 206 214 219 -
CMYK 0.06 0.02 0 0.14
HSL 203.08º 0.15% 0.83% -
HSV(B) 203.08º 0.06% 0.86% -
XYZ 62.29 66.33 76.54 -
YUV 212.18 131.85 123.59 -
System Red Green Blue C M Y K H S L
Decimal 206 214 219 0.06 0.02 0 0.14 203.08 0.15 0.83
Hex CE D6 DB 6 2 0 E CB F 53
Octal 316 326 333 6 2 0 16 313 17 123
Binary 11001110 11010110 11011011 110 10 0 1110 11001011 1111 1010011

Color Harmonies of #CED6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED6DB

Black with #CED6DB

Text Example


Text Example

White with #CED6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED6DB; }

 p { color: rgb(206,214,219); }

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

background-color css

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

 a { background-color: rgb(206,214,219); }

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

border-color css

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

 span { border-color: rgb(206,214,219); }

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