Html Css Color HEX #C4DBCA Edgewater

📋 copy color: '#C4DBCA'

red 196 ◦ green 219 ◦ blue 202

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

Shades of Edgewater #C4DBCA

Tints of Edgewater #C4DBCA

RGB

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

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

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

R = 31.77%
G = 35.49%
B = 32.74%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#C4DBCA (or 0xC4DBCA) is known color: Edgewater. HEX triplet: C4, DB and CA. RGB value is (196,219,202). Sum of RGB (Red+Green+Blue) = 196+219+202=617 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.77% from 617); Green value is 219 (85.94% from 255 or 35.49% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 219 - color contains mainly: green. Hex color #C4DBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DBCA is #3B2435. Grayscale: #D2D2D2. Windows color (decimal): -3875894 or 13294532. OLE color: 13294532.

HSL color Cylindrical-coordinate representation of color #C4DBCA: hue angle of 135.65º 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 #C4DBCA is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 219 202 -
CMYK 0.11 0 0.08 0.14
HSL 135.65º 0.24% 0.81% -
HSV(B) 135.65º 0.11% 0.86% -
XYZ 58.76 66.66 65.65 -
YUV 210.19 123.38 117.88 -
System Red Green Blue C M Y K H S L
Decimal 196 219 202 0.11 0 0.08 0.14 135.65 0.24 0.81
Hex C4 DB CA B 0 8 E 88 18 51
Octal 304 333 312 13 0 10 16 210 30 121
Binary 11000100 11011011 11001010 1011 0 1000 1110 10001000 11000 1010001

Color Harmonies of #C4DBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DBCA

Black with #C4DBCA

Text Example


Text Example

White with #C4DBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DBCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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