Html Css Color HEX #C2DBAE Pixie Green

📋 copy color: '#C2DBAE'

red 194 ◦ green 219 ◦ blue 174

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

Shades of Pixie Green #C2DBAE

Tints of Pixie Green #C2DBAE

RGB

 RED value IS 194 (76.17% from 255) = 33.05%

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

 BLUE value IS 174 (68.36% from 255) = 29.64%

R = 33.05%
G = 37.31%
B = 29.64%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#C2DBAE (or 0xC2DBAE) is known color: Pixie Green. HEX triplet: C2, DB and AE. RGB value is (194,219,174). Sum of RGB (Red+Green+Blue) = 194+219+174=587 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.05% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 174 (68.36% from 255 or 29.64% from 587); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DBAE is #3D2451. Grayscale: #CECECE. Windows color (decimal): -4006994 or 11459522. OLE color: 11459522.

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

Color convert

RGB 194 219 174 -
CMYK 0.11 0 0.21 0.14
HSL 93.33º 0.38% 0.77% -
HSV(B) 93.33º 0.21% 0.86% -
XYZ 55.22 65.19 49.72 -
YUV 206.4 109.72 119.16 -
System Red Green Blue C M Y K H S L
Decimal 194 219 174 0.11 0 0.21 0.14 93.33 0.38 0.77
Hex C2 DB AE B 0 15 E 5D 26 4D
Octal 302 333 256 13 0 25 16 135 46 115
Binary 11000010 11011011 10101110 1011 0 10101 1110 1011101 100110 1001101

Color Harmonies of #C2DBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DBAE

Black with #C2DBAE

Text Example


Text Example

White with #C2DBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DBAE; }

 p { color: rgb(194,219,174); }

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

background-color css

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

 a { background-color: rgb(194,219,174); }

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

border-color css

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

 span { border-color: rgb(194,219,174); }

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