Html Css Color HEX #C1DBC4 Edgewater

📋 copy color: '#C1DBC4'

red 193 ◦ green 219 ◦ blue 196

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

Shades of Edgewater #C1DBC4

Tints of Edgewater #C1DBC4

RGB

 RED value IS 193 (75.78% from 255) = 31.74%

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

 BLUE value IS 196 (76.95% from 255) = 32.24%

R = 31.74%
G = 36.02%
B = 32.24%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#C1DBC4 (or 0xC1DBC4) is known color: Edgewater. HEX triplet: C1, DB and C4. RGB value is (193,219,196). Sum of RGB (Red+Green+Blue) = 193+219+196=608 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.74% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 196 (76.95% from 255 or 32.24% from 608); Max value from RGB is 219 - color contains mainly: green. Hex color #C1DBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DBC4 is #3E243B. Grayscale: #D0D0D0. Windows color (decimal): -4072508 or 12901313. OLE color: 12901313.

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

Color convert

RGB 193 219 196 -
CMYK 0.12 0 0.11 0.14
HSL 126.92º 0.27% 0.81% -
HSV(B) 126.92º 0.12% 0.86% -
XYZ 57.29 65.99 61.94 -
YUV 208.6 120.89 116.87 -
System Red Green Blue C M Y K H S L
Decimal 193 219 196 0.12 0 0.11 0.14 126.92 0.27 0.81
Hex C1 DB C4 C 0 B E 7F 1B 51
Octal 301 333 304 14 0 13 16 177 33 121
Binary 11000001 11011011 11000100 1100 0 1011 1110 1111111 11011 1010001

Color Harmonies of #C1DBC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1DBC4

Black with #C1DBC4

Text Example


Text Example

White with #C1DBC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1DBC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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