Html Css Color HEX #C4DBC8 Edgewater

📋 copy color: '#C4DBC8'

red 196 ◦ green 219 ◦ blue 200

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

Shades of Edgewater #C4DBC8

Tints of Edgewater #C4DBC8

RGB

 RED value IS 196 (76.95% from 255) = 31.87%

 GREEN value IS 219 (85.94% from 255) = 35.61%

 BLUE value IS 200 (78.52% from 255) = 32.52%

R = 31.87%
G = 35.61%
B = 32.52%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#C4DBC8 (or 0xC4DBC8) is known color: Edgewater. HEX triplet: C4, DB and C8. RGB value is (196,219,200). Sum of RGB (Red+Green+Blue) = 196+219+200=615 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.87% from 615); Green value is 219 (85.94% from 255 or 35.61% from 615); Blue value is 200 (78.52% from 255 or 32.52% from 615); Max value from RGB is 219 - color contains mainly: green. Hex color #C4DBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DBC8 is #3B2437. Grayscale: #D2D2D2. Windows color (decimal): -3875896 or 13163460. OLE color: 13163460.

HSL color Cylindrical-coordinate representation of color #C4DBC8: hue angle of 130.43º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4DBC8 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 219 200 -
CMYK 0.11 0 0.09 0.14
HSL 130.43º 0.24% 0.81% -
HSV(B) 130.43º 0.11% 0.86% -
XYZ 58.52 66.57 64.41 -
YUV 209.96 122.38 118.04 -
System Red Green Blue C M Y K H S L
Decimal 196 219 200 0.11 0 0.09 0.14 130.43 0.24 0.81
Hex C4 DB C8 B 0 9 E 82 18 51
Octal 304 333 310 13 0 11 16 202 30 121
Binary 11000100 11011011 11001000 1011 0 1001 1110 10000010 11000 1010001

Color Harmonies of #C4DBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DBC8

Black with #C4DBC8

Text Example


Text Example

White with #C4DBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DBC8; }

 p { color: rgb(196,219,200); }

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

background-color css

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

 a { background-color: rgb(196,219,200); }

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

border-color css

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

 span { border-color: rgb(196,219,200); }

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