Html Css Color HEX #C1EAE0 Water Leaf

📋 copy color: '#C1EAE0'

red 193 ◦ green 234 ◦ blue 224

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

Shades of Water Leaf #C1EAE0

Tints of Water Leaf #C1EAE0

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.94%

 BLUE value IS 224 (87.89% from 255) = 34.41%

R = 29.65%
G = 35.94%
B = 34.41%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#C1EAE0 (or 0xC1EAE0) is known color: Water Leaf. HEX triplet: C1, EA and E0. RGB value is (193,234,224). Sum of RGB (Red+Green+Blue) = 193+234+224=651 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.65% from 651); Green value is 234 (91.80% from 255 or 35.94% from 651); Blue value is 224 (87.89% from 255 or 34.41% from 651); Max value from RGB is 234 - color contains mainly: green. Hex color #C1EAE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1EAE0 is #3E151F. Grayscale: #DCDCDC. Windows color (decimal): -4068640 or 14740161. OLE color: 14740161.

HSL color Cylindrical-coordinate representation of color #C1EAE0: hue angle of 165.37º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1EAE0 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 234 224 -
CMYK 0.18 0 0.04 0.08
HSL 165.37º 0.49% 0.84% -
HSV(B) 165.37º 0.18% 0.92% -
XYZ 64.87 75.56 81.69 -
YUV 220.6 129.92 108.31 -
System Red Green Blue C M Y K H S L
Decimal 193 234 224 0.18 0 0.04 0.08 165.37 0.49 0.84
Hex C1 EA E0 12 0 4 8 A5 31 54
Octal 301 352 340 22 0 4 10 245 61 124
Binary 11000001 11101010 11100000 10010 0 100 1000 10100101 110001 1010100

Color Harmonies of #C1EAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1EAE0

Black with #C1EAE0

Text Example


Text Example

White with #C1EAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1EAE0; }

 p { color: rgb(193,234,224); }

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

background-color css

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

 a { background-color: rgb(193,234,224); }

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

border-color css

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

 span { border-color: rgb(193,234,224); }

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