Html Css Color HEX #C9D4CD Edgewater

📋 copy color: '#C9D4CD'

red 201 ◦ green 212 ◦ blue 205

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

Shades of Edgewater #C9D4CD

Tints of Edgewater #C9D4CD

RGB

 RED value IS 201 (78.91% from 255) = 32.52%

 GREEN value IS 212 (83.2% from 255) = 34.3%

 BLUE value IS 205 (80.47% from 255) = 33.17%

R = 32.52%
G = 34.3%
B = 33.17%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#C9D4CD (or 0xC9D4CD) is known color: Edgewater. HEX triplet: C9, D4 and CD. RGB value is (201,212,205). Sum of RGB (Red+Green+Blue) = 201+212+205=618 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.52% from 618); Green value is 212 (83.20% from 255 or 34.30% from 618); Blue value is 205 (80.47% from 255 or 33.17% from 618); Max value from RGB is 212 - color contains mainly: green. Hex color #C9D4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D4CD is #362B32. Grayscale: #CFCFCF. Windows color (decimal): -3550003 or 13489353. OLE color: 13489353.

HSL color Cylindrical-coordinate representation of color #C9D4CD: hue angle of 141.82º degrees, saturation: 0.11, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C9D4CD is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 201 212 205 -
CMYK 0.05 0 0.03 0.17
HSL 141.82º 0.11% 0.81% -
HSV(B) 141.82º 0.05% 0.83% -
XYZ 58.65 63.91 67 -
YUV 207.91 126.36 123.07 -
System Red Green Blue C M Y K H S L
Decimal 201 212 205 0.05 0 0.03 0.17 141.82 0.11 0.81
Hex C9 D4 CD 5 0 3 11 8E B 51
Octal 311 324 315 5 0 3 21 216 13 121
Binary 11001001 11010100 11001101 101 0 11 10001 10001110 1011 1010001

Color Harmonies of #C9D4CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D4CD

Black with #C9D4CD

Text Example


Text Example

White with #C9D4CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D4CD; }

 p { color: rgb(201,212,205); }

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

background-color css

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

 a { background-color: rgb(201,212,205); }

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

border-color css

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

 span { border-color: rgb(201,212,205); }

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