Html Css Color HEX #C2DAAC Pixie Green

📋 copy color: '#C2DAAC'

red 194 ◦ green 218 ◦ blue 172

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

Shades of Pixie Green #C2DAAC

Tints of Pixie Green #C2DAAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 29.45%

R = 33.22%
G = 37.33%
B = 29.45%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#C2DAAC (or 0xC2DAAC) is known color: Pixie Green. HEX triplet: C2, DA and AC. RGB value is (194,218,172). Sum of RGB (Red+Green+Blue) = 194+218+172=584 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.22% from 584); Green value is 218 (85.55% from 255 or 37.33% from 584); Blue value is 172 (67.58% from 255 or 29.45% from 584); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DAAC is #3D2553. Grayscale: #CDCDCD. Windows color (decimal): -4007252 or 11328194. OLE color: 11328194.

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

Color convert

RGB 194 218 172 -
CMYK 0.11 0 0.21 0.15
HSL 91.3º 0.38% 0.76% -
HSV(B) 91.3º 0.21% 0.85% -
XYZ 54.77 64.59 48.61 -
YUV 205.58 109.05 119.74 -
System Red Green Blue C M Y K H S L
Decimal 194 218 172 0.11 0 0.21 0.15 91.3 0.38 0.76
Hex C2 DA AC B 0 15 F 5B 26 4C
Octal 302 332 254 13 0 25 17 133 46 114
Binary 11000010 11011010 10101100 1011 0 10101 1111 1011011 100110 1001100

Color Harmonies of #C2DAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DAAC

Black with #C2DAAC

Text Example


Text Example

White with #C2DAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DAAC; }

 p { color: rgb(194,218,172); }

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

background-color css

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

 a { background-color: rgb(194,218,172); }

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

border-color css

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

 span { border-color: rgb(194,218,172); }

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