Html Css Color HEX #C1DACA Edgewater

📋 copy color: '#C1DACA'

red 193 ◦ green 218 ◦ blue 202

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

Shades of Edgewater #C1DACA

Tints of Edgewater #C1DACA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.56%

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

R = 31.48%
G = 35.56%
B = 32.95%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#C1DACA (or 0xC1DACA) is known color: Edgewater. HEX triplet: C1, DA and CA. RGB value is (193,218,202). Sum of RGB (Red+Green+Blue) = 193+218+202=613 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.48% from 613); Green value is 218 (85.55% from 255 or 35.56% from 613); Blue value is 202 (79.30% from 255 or 32.95% from 613); Max value from RGB is 218 - color contains mainly: green. Hex color #C1DACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DACA is #3E2535. Grayscale: #D0D0D0. Windows color (decimal): -4072758 or 13294273. OLE color: 13294273.

HSL color Cylindrical-coordinate representation of color #C1DACA: hue angle of 141.6º degrees, saturation: 0.25, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C1DACA is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 193 218 202 -
CMYK 0.11 0 0.07 0.15
HSL 141.6º 0.25% 0.81% -
HSV(B) 141.6º 0.11% 0.85% -
XYZ 57.72 65.74 65.52 -
YUV 208.7 124.22 116.8 -
System Red Green Blue C M Y K H S L
Decimal 193 218 202 0.11 0 0.07 0.15 141.6 0.25 0.81
Hex C1 DA CA B 0 7 F 8E 19 51
Octal 301 332 312 13 0 7 17 216 31 121
Binary 11000001 11011010 11001010 1011 0 111 1111 10001110 11001 1010001

Color Harmonies of #C1DACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1DACA

Black with #C1DACA

Text Example


Text Example

White with #C1DACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1DACA; }

 p { color: rgb(193,218,202); }

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

background-color css

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

 a { background-color: rgb(193,218,202); }

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

border-color css

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

 span { border-color: rgb(193,218,202); }

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