Html Css Color HEX #C1DBC8 Edgewater

📋 copy color: '#C1DBC8'

red 193 ◦ green 219 ◦ blue 200

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

Shades of Edgewater #C1DBC8

Tints of Edgewater #C1DBC8

RGB

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

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

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

R = 31.54%
G = 35.78%
B = 32.68%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#C1DBC8 (or 0xC1DBC8) is known color: Edgewater. HEX triplet: C1, DB and C8. RGB value is (193,219,200). Sum of RGB (Red+Green+Blue) = 193+219+200=612 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.54% from 612); Green value is 219 (85.94% from 255 or 35.78% from 612); Blue value is 200 (78.52% from 255 or 32.68% from 612); Max value from RGB is 219 - color contains mainly: green. Hex color #C1DBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DBC8 is #3E2437. Grayscale: #D1D1D1. Windows color (decimal): -4072504 or 13163457. OLE color: 13163457.

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

Color convert

RGB 193 219 200 -
CMYK 0.12 0 0.09 0.14
HSL 136.15º 0.27% 0.81% -
HSV(B) 136.15º 0.12% 0.86% -
XYZ 57.75 66.17 64.37 -
YUV 209.06 122.89 116.54 -
System Red Green Blue C M Y K H S L
Decimal 193 219 200 0.12 0 0.09 0.14 136.15 0.27 0.81
Hex C1 DB C8 C 0 9 E 88 1B 51
Octal 301 333 310 14 0 11 16 210 33 121
Binary 11000001 11011011 11001000 1100 0 1001 1110 10001000 11011 1010001

Color Harmonies of #C1DBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1DBC8

Black with #C1DBC8

Text Example


Text Example

White with #C1DBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1DBC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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