Html Css Color HEX #C7DECB Edgewater

📋 copy color: '#C7DECB'

red 199 ◦ green 222 ◦ blue 203

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

Shades of Edgewater #C7DECB

Tints of Edgewater #C7DECB

RGB

 RED value IS 199 (78.13% from 255) = 31.89%

 GREEN value IS 222 (87.11% from 255) = 35.58%

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

R = 31.89%
G = 35.58%
B = 32.53%

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

#C7DECB (or 0xC7DECB) is known color: Edgewater. HEX triplet: C7, DE and CB. RGB value is (199,222,203). Sum of RGB (Red+Green+Blue) = 199+222+203=624 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.89% from 624); Green value is 222 (87.11% from 255 or 35.58% from 624); Blue value is 203 (79.69% from 255 or 32.53% from 624); Max value from RGB is 222 - color contains mainly: green. Hex color #C7DECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DECB is #382134. Grayscale: #D5D5D5. Windows color (decimal): -3678517 or 13360839. OLE color: 13360839.

HSL color Cylindrical-coordinate representation of color #C7DECB: hue angle of 130.43º 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 #C7DECB is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 222 203 -
CMYK 0.10 0 0.09 0.13
HSL 130.43º 0.26% 0.83% -
HSV(B) 130.43º 0.1% 0.87% -
XYZ 60.45 68.7 66.57 -
YUV 212.96 122.38 118.04 -
System Red Green Blue C M Y K H S L
Decimal 199 222 203 0.10 0 0.09 0.13 130.43 0.26 0.83
Hex C7 DE CB A 0 9 D 82 1A 53
Octal 307 336 313 12 0 11 15 202 32 123
Binary 11000111 11011110 11001011 1010 0 1001 1101 10000010 11010 1010011

Color Harmonies of #C7DECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7DECB

Black with #C7DECB

Text Example


Text Example

White with #C7DECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7DECB; }

 p { color: rgb(199,222,203); }

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

background-color css

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

 a { background-color: rgb(199,222,203); }

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

border-color css

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

 span { border-color: rgb(199,222,203); }

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