Html Css Color HEX #C9D4CB Edgewater

📋 copy color: '#C9D4CB'

red 201 ◦ green 212 ◦ blue 203

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

Shades of Edgewater #C9D4CB

Tints of Edgewater #C9D4CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 32.95%

R = 32.63%
G = 34.42%
B = 32.95%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#C9D4CB (or 0xC9D4CB) is known color: Edgewater. HEX triplet: C9, D4 and CB. RGB value is (201,212,203). Sum of RGB (Red+Green+Blue) = 201+212+203=616 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.63% from 616); Green value is 212 (83.20% from 255 or 34.42% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 212 - color contains mainly: green. Hex color #C9D4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D4CB is #362B34. Grayscale: #CFCFCF. Windows color (decimal): -3550005 or 13358281. OLE color: 13358281.

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

Color convert

RGB 201 212 203 -
CMYK 0.05 0 0.04 0.17
HSL 130.91º 0.11% 0.81% -
HSV(B) 130.91º 0.05% 0.83% -
XYZ 58.41 63.82 65.74 -
YUV 207.69 125.36 123.23 -
System Red Green Blue C M Y K H S L
Decimal 201 212 203 0.05 0 0.04 0.17 130.91 0.11 0.81
Hex C9 D4 CB 5 0 4 11 83 B 51
Octal 311 324 313 5 0 4 21 203 13 121
Binary 11001001 11010100 11001011 101 0 100 10001 10000011 1011 1010001

Color Harmonies of #C9D4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D4CB

Black with #C9D4CB

Text Example


Text Example

White with #C9D4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D4CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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