Html Css Color HEX #C1DBC9 Edgewater

📋 copy color: '#C1DBC9'

red 193 ◦ green 219 ◦ blue 201

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

Shades of Edgewater #C1DBC9

Tints of Edgewater #C1DBC9

RGB

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

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

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

R = 31.48%
G = 35.73%
B = 32.79%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#C1DBC9 (or 0xC1DBC9) is known color: Edgewater. HEX triplet: C1, DB and C9. RGB value is (193,219,201). Sum of RGB (Red+Green+Blue) = 193+219+201=613 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.48% from 613); Green value is 219 (85.94% from 255 or 35.73% from 613); Blue value is 201 (78.91% from 255 or 32.79% from 613); Max value from RGB is 219 - color contains mainly: green. Hex color #C1DBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DBC9 is #3E2436. Grayscale: #D1D1D1. Windows color (decimal): -4072503 or 13228993. OLE color: 13228993.

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

Color convert

RGB 193 219 201 -
CMYK 0.12 0 0.08 0.14
HSL 138.46º 0.27% 0.81% -
HSV(B) 138.46º 0.12% 0.86% -
XYZ 57.87 66.22 64.99 -
YUV 209.17 123.39 116.46 -
System Red Green Blue C M Y K H S L
Decimal 193 219 201 0.12 0 0.08 0.14 138.46 0.27 0.81
Hex C1 DB C9 C 0 8 E 8A 1B 51
Octal 301 333 311 14 0 10 16 212 33 121
Binary 11000001 11011011 11001001 1100 0 1000 1110 10001010 11011 1010001

Color Harmonies of #C1DBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1DBC9

Black with #C1DBC9

Text Example


Text Example

White with #C1DBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1DBC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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