Html Css Color HEX #CED2DA Link Water

📋 copy color: '#CED2DA'

red 206 ◦ green 210 ◦ blue 218

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

Shades of Link Water #CED2DA

Tints of Link Water #CED2DA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.12%

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

R = 32.49%
G = 33.12%
B = 34.38%

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

#CED2DA (or 0xCED2DA) is known color: Link Water. HEX triplet: CE, D2 and DA. RGB value is (206,210,218). Sum of RGB (Red+Green+Blue) = 206+210+218=634 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.49% from 634); Green value is 210 (82.42% from 255 or 33.12% from 634); Blue value is 218 (85.55% from 255 or 34.38% from 634); Max value from RGB is 218 - color contains mainly: blue. Hex color #CED2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED2DA is #312D25. Grayscale: #D1D1D1. Windows color (decimal): -3222822 or 14340814. OLE color: 14340814.

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

Color convert

RGB 206 210 218 -
CMYK 0.06 0.04 0 0.15
HSL 220º 0.14% 0.83% -
HSV(B) 220º 0.06% 0.85% -
XYZ 61.16 64.28 75.51 -
YUV 209.72 132.67 125.35 -
System Red Green Blue C M Y K H S L
Decimal 206 210 218 0.06 0.04 0 0.15 220 0.14 0.83
Hex CE D2 DA 6 4 0 F DC E 53
Octal 316 322 332 6 4 0 17 334 16 123
Binary 11001110 11010010 11011010 110 100 0 1111 11011100 1110 1010011

Color Harmonies of #CED2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED2DA

Black with #CED2DA

Text Example


Text Example

White with #CED2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED2DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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