Html Css Color HEX #C9DFCB Edgewater

📋 copy color: '#C9DFCB'

red 201 ◦ green 223 ◦ blue 203

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

Shades of Edgewater #C9DFCB

Tints of Edgewater #C9DFCB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.57%

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

R = 32.06%
G = 35.57%
B = 32.38%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#C9DFCB (or 0xC9DFCB) is known color: Edgewater. HEX triplet: C9, DF and CB. RGB value is (201,223,203). Sum of RGB (Red+Green+Blue) = 201+223+203=627 (83% of max value = 765). Red value is 201 (78.91% from 255 or 32.06% from 627); Green value is 223 (87.5% from 255 or 35.57% from 627); Blue value is 203 (79.69% from 255 or 32.38% from 627); Max value from RGB is 223 - color contains mainly: green. Hex color #C9DFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DFCB is #362034. Grayscale: #D6D6D6. Windows color (decimal): -3547189 or 13361097. OLE color: 13361097.

HSL color Cylindrical-coordinate representation of color #C9DFCB: hue angle of 125.45º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C9DFCB is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 223 203 -
CMYK 0.10 0 0.09 0.13
HSL 125.45º 0.26% 0.83% -
HSV(B) 125.45º 0.1% 0.87% -
XYZ 61.25 69.5 66.69 -
YUV 214.14 121.71 118.63 -
System Red Green Blue C M Y K H S L
Decimal 201 223 203 0.10 0 0.09 0.13 125.45 0.26 0.83
Hex C9 DF CB A 0 9 D 7D 1A 53
Octal 311 337 313 12 0 11 15 175 32 123
Binary 11001001 11011111 11001011 1010 0 1001 1101 1111101 11010 1010011

Color Harmonies of #C9DFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DFCB

Black with #C9DFCB

Text Example


Text Example

White with #C9DFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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