Html Css Color HEX #C2D0B4 Pixie Green

📋 copy color: '#C2D0B4'

red 194 ◦ green 208 ◦ blue 180

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

Shades of Pixie Green #C2D0B4

Tints of Pixie Green #C2D0B4

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.74%

 BLUE value IS 180 (70.7% from 255) = 30.93%

R = 33.33%
G = 35.74%
B = 30.93%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#C2D0B4 (or 0xC2D0B4) is known color: Pixie Green. HEX triplet: C2, D0 and B4. RGB value is (194,208,180). Sum of RGB (Red+Green+Blue) = 194+208+180=582 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.33% from 582); Green value is 208 (81.64% from 255 or 35.74% from 582); Blue value is 180 (70.70% from 255 or 30.93% from 582); Max value from RGB is 208 - color contains mainly: green. Hex color #C2D0B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D0B4 is #3D2F4B. Grayscale: #C8C8C8. Windows color (decimal): -4009804 or 11849922. OLE color: 11849922.

HSL color Cylindrical-coordinate representation of color #C2D0B4: hue angle of 90º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2D0B4 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 208 180 -
CMYK 0.07 0 0.13 0.18
HSL 90º 0.23% 0.76% -
HSV(B) 90º 0.13% 0.82% -
XYZ 53.04 59.88 51.94 -
YUV 200.62 116.36 123.28 -
System Red Green Blue C M Y K H S L
Decimal 194 208 180 0.07 0 0.13 0.18 90 0.23 0.76
Hex C2 D0 B4 7 0 D 12 5A 17 4C
Octal 302 320 264 7 0 15 22 132 27 114
Binary 11000010 11010000 10110100 111 0 1101 10010 1011010 10111 1001100

Color Harmonies of #C2D0B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D0B4

Black with #C2D0B4

Text Example


Text Example

White with #C2D0B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D0B4; }

 p { color: rgb(194,208,180); }

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

background-color css

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

 a { background-color: rgb(194,208,180); }

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

border-color css

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

 span { border-color: rgb(194,208,180); }

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