Html Css Color HEX #CED1DB Link Water

📋 copy color: '#CED1DB'

red 206 ◦ green 209 ◦ blue 219

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

Shades of Link Water #CED1DB

Tints of Link Water #CED1DB

RGB

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

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

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

R = 32.49%
G = 32.97%
B = 34.54%

CMYK

 C value IS 0.06

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CED1DB (or 0xCED1DB) is known color: Link Water. HEX triplet: CE, D1 and DB. RGB value is (206,209,219). Sum of RGB (Red+Green+Blue) = 206+209+219=634 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.49% from 634); Green value is 209 (82.03% from 255 or 32.97% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 219 - color contains mainly: blue. Hex color #CED1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED1DB is #312E24. Grayscale: #D1D1D1. Windows color (decimal): -3223077 or 14406094. OLE color: 14406094.

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

Color convert

RGB 206 209 219 -
CMYK 0.06 0.05 0 0.14
HSL 226.15º 0.15% 0.83% -
HSV(B) 226.15º 0.06% 0.86% -
XYZ 61.04 63.84 76.12 -
YUV 209.24 133.51 125.69 -
System Red Green Blue C M Y K H S L
Decimal 206 209 219 0.06 0.05 0 0.14 226.15 0.15 0.83
Hex CE D1 DB 6 5 0 E E2 F 53
Octal 316 321 333 6 5 0 16 342 17 123
Binary 11001110 11010001 11011011 110 101 0 1110 11100010 1111 1010011

Color Harmonies of #CED1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED1DB

Black with #CED1DB

Text Example


Text Example

White with #CED1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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