Html Css Color HEX #C2D9CB Edgewater

📋 copy color: '#C2D9CB'

red 194 ◦ green 217 ◦ blue 203

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

Shades of Edgewater #C2D9CB

Tints of Edgewater #C2D9CB

RGB

 RED value IS 194 (76.17% from 255) = 31.6%

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

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

R = 31.6%
G = 35.34%
B = 33.06%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#C2D9CB (or 0xC2D9CB) is known color: Edgewater. HEX triplet: C2, D9 and CB. RGB value is (194,217,203). Sum of RGB (Red+Green+Blue) = 194+217+203=614 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.60% from 614); Green value is 217 (85.16% from 255 or 35.34% from 614); Blue value is 203 (79.69% from 255 or 33.06% from 614); Max value from RGB is 217 - color contains mainly: green. Hex color #C2D9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D9CB is #3D2634. Grayscale: #D0D0D0. Windows color (decimal): -4007477 or 13359554. OLE color: 13359554.

HSL color Cylindrical-coordinate representation of color #C2D9CB: hue angle of 143.48º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2D9CB is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 217 203 -
CMYK 0.11 0 0.06 0.15
HSL 143.48º 0.23% 0.81% -
HSV(B) 143.48º 0.11% 0.85% -
XYZ 57.84 65.41 66.08 -
YUV 208.53 124.88 117.64 -
System Red Green Blue C M Y K H S L
Decimal 194 217 203 0.11 0 0.06 0.15 143.48 0.23 0.81
Hex C2 D9 CB B 0 6 F 8F 17 51
Octal 302 331 313 13 0 6 17 217 27 121
Binary 11000010 11011001 11001011 1011 0 110 1111 10001111 10111 1010001

Color Harmonies of #C2D9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D9CB

Black with #C2D9CB

Text Example


Text Example

White with #C2D9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D9CB; }

 p { color: rgb(194,217,203); }

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

background-color css

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

 a { background-color: rgb(194,217,203); }

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

border-color css

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

 span { border-color: rgb(194,217,203); }

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