Html Css Color HEX #CED1DA Link Water

📋 copy color: '#CED1DA'

red 206 ◦ green 209 ◦ blue 218

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

Shades of Link Water #CED1DA

Tints of Link Water #CED1DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.44%

R = 32.54%
G = 33.02%
B = 34.44%

CMYK

 C value IS 0.06

 M value IS 0.04

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CED1DA (or 0xCED1DA) is known color: Link Water. HEX triplet: CE, D1 and DA. RGB value is (206,209,218). Sum of RGB (Red+Green+Blue) = 206+209+218=633 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.54% from 633); Green value is 209 (82.03% from 255 or 33.02% from 633); Blue value is 218 (85.55% from 255 or 34.44% from 633); Max value from RGB is 218 - color contains mainly: blue. Hex color #CED1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED1DA is #312E25. Grayscale: #D1D1D1. Windows color (decimal): -3223078 or 14340558. OLE color: 14340558.

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

Color convert

RGB 206 209 218 -
CMYK 0.06 0.04 0 0.15
HSL 225º 0.14% 0.83% -
HSV(B) 225º 0.06% 0.85% -
XYZ 60.91 63.78 75.43 -
YUV 209.13 133.01 125.77 -
System Red Green Blue C M Y K H S L
Decimal 206 209 218 0.06 0.04 0 0.15 225 0.14 0.83
Hex CE D1 DA 6 4 0 F E1 E 53
Octal 316 321 332 6 4 0 17 341 16 123
Binary 11001110 11010001 11011010 110 100 0 1111 11100001 1110 1010011

Color Harmonies of #CED1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED1DA

Black with #CED1DA

Text Example


Text Example

White with #CED1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED1DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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