Html Css Color HEX #C4D3C8 Edgewater

📋 copy color: '#C4D3C8'

red 196 ◦ green 211 ◦ blue 200

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

Shades of Edgewater #C4D3C8

Tints of Edgewater #C4D3C8

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.76%

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

R = 32.29%
G = 34.76%
B = 32.95%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#C4D3C8 (or 0xC4D3C8) is known color: Edgewater. HEX triplet: C4, D3 and C8. RGB value is (196,211,200). Sum of RGB (Red+Green+Blue) = 196+211+200=607 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.29% from 607); Green value is 211 (82.81% from 255 or 34.76% from 607); Blue value is 200 (78.52% from 255 or 32.95% from 607); Max value from RGB is 211 - color contains mainly: green. Hex color #C4D3C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D3C8 is #3B2C37. Grayscale: #CDCDCD. Windows color (decimal): -3877944 or 13161412. OLE color: 13161412.

HSL color Cylindrical-coordinate representation of color #C4D3C8: hue angle of 136º degrees, saturation: 0.15, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C4D3C8 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB 196 211 200 -
CMYK 0.07 0 0.05 0.17
HSL 136º 0.15% 0.8% -
HSV(B) 136º 0.07% 0.83% -
XYZ 56.48 62.49 63.73 -
YUV 205.26 125.03 121.39 -
System Red Green Blue C M Y K H S L
Decimal 196 211 200 0.07 0 0.05 0.17 136 0.15 0.8
Hex C4 D3 C8 7 0 5 11 88 F 50
Octal 304 323 310 7 0 5 21 210 17 120
Binary 11000100 11010011 11001000 111 0 101 10001 10001000 1111 1010000

Color Harmonies of #C4D3C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D3C8

Black with #C4D3C8

Text Example


Text Example

White with #C4D3C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D3C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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