Html Css Color HEX #CED5DB Link Water

📋 copy color: '#CED5DB'

red 206 ◦ green 213 ◦ blue 219

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

Shades of Link Water #CED5DB

Tints of Link Water #CED5DB

RGB

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

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

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

R = 32.29%
G = 33.39%
B = 34.33%

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

#CED5DB (or 0xCED5DB) is known color: Link Water. HEX triplet: CE, D5 and DB. RGB value is (206,213,219). Sum of RGB (Red+Green+Blue) = 206+213+219=638 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.29% from 638); Green value is 213 (83.59% from 255 or 33.39% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 219 - color contains mainly: blue. Hex color #CED5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED5DB is #312A24. Grayscale: #D3D3D3. Windows color (decimal): -3222053 or 14407118. OLE color: 14407118.

HSL color Cylindrical-coordinate representation of color #CED5DB: hue angle of 207.69º 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 #CED5DB is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 213 219 -
CMYK 0.06 0.03 0 0.14
HSL 207.69º 0.15% 0.83% -
HSV(B) 207.69º 0.06% 0.86% -
XYZ 62.03 65.82 76.45 -
YUV 211.59 132.18 124.01 -
System Red Green Blue C M Y K H S L
Decimal 206 213 219 0.06 0.03 0 0.14 207.69 0.15 0.83
Hex CE D5 DB 6 3 0 E D0 F 53
Octal 316 325 333 6 3 0 16 320 17 123
Binary 11001110 11010101 11011011 110 11 0 1110 11010000 1111 1010011

Color Harmonies of #CED5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED5DB

Black with #CED5DB

Text Example


Text Example

White with #CED5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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