Html Css Color HEX #C4D6C9 Edgewater

📋 copy color: '#C4D6C9'

red 196 ◦ green 214 ◦ blue 201

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

Shades of Edgewater #C4D6C9

Tints of Edgewater #C4D6C9

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.02%

 BLUE value IS 201 (78.91% from 255) = 32.9%

R = 32.08%
G = 35.02%
B = 32.9%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#C4D6C9 (or 0xC4D6C9) is known color: Edgewater. HEX triplet: C4, D6 and C9. RGB value is (196,214,201). Sum of RGB (Red+Green+Blue) = 196+214+201=611 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.08% from 611); Green value is 214 (83.98% from 255 or 35.02% from 611); Blue value is 201 (78.91% from 255 or 32.90% from 611); Max value from RGB is 214 - color contains mainly: green. Hex color #C4D6C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D6C9 is #3B2936. Grayscale: #CFCFCF. Windows color (decimal): -3877175 or 13227716. OLE color: 13227716.

HSL color Cylindrical-coordinate representation of color #C4D6C9: hue angle of 136.67º degrees, saturation: 0.18, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C4D6C9 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 196 214 201 -
CMYK 0.08 0 0.06 0.16
HSL 136.67º 0.18% 0.8% -
HSV(B) 136.67º 0.08% 0.84% -
XYZ 57.35 64.05 64.6 -
YUV 207.14 124.54 120.06 -
System Red Green Blue C M Y K H S L
Decimal 196 214 201 0.08 0 0.06 0.16 136.67 0.18 0.8
Hex C4 D6 C9 8 0 6 10 89 12 50
Octal 304 326 311 10 0 6 20 211 22 120
Binary 11000100 11010110 11001001 1000 0 110 10000 10001001 10010 1010000

Color Harmonies of #C4D6C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D6C9

Black with #C4D6C9

Text Example


Text Example

White with #C4D6C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D6C9; }

 p { color: rgb(196,214,201); }

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

background-color css

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

 a { background-color: rgb(196,214,201); }

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

border-color css

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

 span { border-color: rgb(196,214,201); }

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