Html Css Color HEX #C4D3CA Edgewater

📋 copy color: '#C4D3CA'

red 196 ◦ green 211 ◦ blue 202

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

Shades of Edgewater #C4D3CA

Tints of Edgewater #C4D3CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 33.17%

R = 32.18%
G = 34.65%
B = 33.17%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#C4D3CA (or 0xC4D3CA) is known color: Edgewater. HEX triplet: C4, D3 and CA. RGB value is (196,211,202). Sum of RGB (Red+Green+Blue) = 196+211+202=609 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.18% from 609); Green value is 211 (82.81% from 255 or 34.65% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 211 - color contains mainly: green. Hex color #C4D3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D3CA is #3B2C35. Grayscale: #CDCDCD. Windows color (decimal): -3877942 or 13292484. OLE color: 13292484.

HSL color Cylindrical-coordinate representation of color #C4D3CA: hue angle of 144º 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 #C4D3CA is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 196 211 202 -
CMYK 0.07 0 0.04 0.17
HSL 144º 0.15% 0.8% -
HSV(B) 144º 0.07% 0.83% -
XYZ 56.72 62.59 64.97 -
YUV 205.49 126.03 121.23 -
System Red Green Blue C M Y K H S L
Decimal 196 211 202 0.07 0 0.04 0.17 144 0.15 0.8
Hex C4 D3 CA 7 0 4 11 90 F 50
Octal 304 323 312 7 0 4 21 220 17 120
Binary 11000100 11010011 11001010 111 0 100 10001 10010000 1111 1010000

Color Harmonies of #C4D3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D3CA

Black with #C4D3CA

Text Example


Text Example

White with #C4D3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D3CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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