Html Css Color HEX #C2DBAF Pixie Green

📋 copy color: '#C2DBAF'

red 194 ◦ green 219 ◦ blue 175

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

Shades of Pixie Green #C2DBAF

Tints of Pixie Green #C2DBAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 29.76%

R = 32.99%
G = 37.24%
B = 29.76%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#C2DBAF (or 0xC2DBAF) is known color: Pixie Green. HEX triplet: C2, DB and AF. RGB value is (194,219,175). Sum of RGB (Red+Green+Blue) = 194+219+175=588 (77% of max value = 765). Red value is 194 (76.17% from 255 or 32.99% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 175 (68.75% from 255 or 29.76% from 588); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DBAF is #3D2450. Grayscale: #CECECE. Windows color (decimal): -4006993 or 11525058. OLE color: 11525058.

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

Color convert

RGB 194 219 175 -
CMYK 0.11 0 0.20 0.14
HSL 94.09º 0.38% 0.77% -
HSV(B) 94.09º 0.2% 0.86% -
XYZ 55.32 65.23 50.23 -
YUV 206.51 110.22 119.08 -
System Red Green Blue C M Y K H S L
Decimal 194 219 175 0.11 0 0.20 0.14 94.09 0.38 0.77
Hex C2 DB AF B 0 14 E 5E 26 4D
Octal 302 333 257 13 0 24 16 136 46 115
Binary 11000010 11011011 10101111 1011 0 10100 1110 1011110 100110 1001101

Color Harmonies of #C2DBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DBAF

Black with #C2DBAF

Text Example


Text Example

White with #C2DBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DBAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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