Html Css Color HEX #CED9D0 Edgewater

📋 copy color: '#CED9D0'

red 206 ◦ green 217 ◦ blue 208

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

Shades of Edgewater #CED9D0

Tints of Edgewater #CED9D0

RGB

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

 GREEN value IS 217 (85.16% from 255) = 34.39%

 BLUE value IS 208 (81.64% from 255) = 32.96%

R = 32.65%
G = 34.39%
B = 32.96%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#CED9D0 (or 0xCED9D0) is known color: Edgewater. HEX triplet: CE, D9 and D0. RGB value is (206,217,208). Sum of RGB (Red+Green+Blue) = 206+217+208=631 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.65% from 631); Green value is 217 (85.16% from 255 or 34.39% from 631); Blue value is 208 (81.64% from 255 or 32.96% from 631); Max value from RGB is 217 - color contains mainly: green. Hex color #CED9D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED9D0 is #31262F. Grayscale: #D4D4D4. Windows color (decimal): -3221040 or 13687246. OLE color: 13687246.

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

Color convert

RGB 206 217 208 -
CMYK 0.05 0 0.04 0.15
HSL 130.91º 0.13% 0.83% -
HSV(B) 130.91º 0.05% 0.85% -
XYZ 61.65 67.3 69.42 -
YUV 212.69 125.36 123.23 -
System Red Green Blue C M Y K H S L
Decimal 206 217 208 0.05 0 0.04 0.15 130.91 0.13 0.83
Hex CE D9 D0 5 0 4 F 83 D 53
Octal 316 331 320 5 0 4 17 203 15 123
Binary 11001110 11011001 11010000 101 0 100 1111 10000011 1101 1010011

Color Harmonies of #CED9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED9D0

Black with #CED9D0

Text Example


Text Example

White with #CED9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED9D0; }

 p { color: rgb(206,217,208); }

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

background-color css

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

 a { background-color: rgb(206,217,208); }

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

border-color css

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

 span { border-color: rgb(206,217,208); }

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