Html Css Color HEX #C9D2CB Edgewater

📋 copy color: '#C9D2CB'

red 201 ◦ green 210 ◦ blue 203

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

Shades of Edgewater #C9D2CB

Tints of Edgewater #C9D2CB

RGB

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

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

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

R = 32.74%
G = 34.2%
B = 33.06%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#C9D2CB (or 0xC9D2CB) is known color: Edgewater. HEX triplet: C9, D2 and CB. RGB value is (201,210,203). Sum of RGB (Red+Green+Blue) = 201+210+203=614 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.74% from 614); Green value is 210 (82.42% from 255 or 34.20% from 614); Blue value is 203 (79.69% from 255 or 33.06% from 614); Max value from RGB is 210 - color contains mainly: green. Hex color #C9D2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D2CB is #362D34. Grayscale: #CECECE. Windows color (decimal): -3550517 or 13357769. OLE color: 13357769.

HSL color Cylindrical-coordinate representation of color #C9D2CB: hue angle of 133.33º degrees, saturation: 0.09, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C9D2CB is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 210 203 -
CMYK 0.04 0 0.03 0.18
HSL 133.33º 0.09% 0.81% -
HSV(B) 133.33º 0.04% 0.82% -
XYZ 57.91 62.82 65.57 -
YUV 206.51 126.02 124.07 -
System Red Green Blue C M Y K H S L
Decimal 201 210 203 0.04 0 0.03 0.18 133.33 0.09 0.81
Hex C9 D2 CB 4 0 3 12 85 9 51
Octal 311 322 313 4 0 3 22 205 11 121
Binary 11001001 11010010 11001011 100 0 11 10010 10000101 1001 1010001

Color Harmonies of #C9D2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D2CB

Black with #C9D2CB

Text Example


Text Example

White with #C9D2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D2CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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