Html Css Color HEX #C2D2B4 Pixie Green

📋 copy color: '#C2D2B4'

red 194 ◦ green 210 ◦ blue 180

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

Shades of Pixie Green #C2D2B4

Tints of Pixie Green #C2D2B4

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.96%

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

R = 33.22%
G = 35.96%
B = 30.82%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#C2D2B4 (or 0xC2D2B4) is known color: Pixie Green. HEX triplet: C2, D2 and B4. RGB value is (194,210,180). Sum of RGB (Red+Green+Blue) = 194+210+180=584 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.22% from 584); Green value is 210 (82.42% from 255 or 35.96% from 584); Blue value is 180 (70.70% from 255 or 30.82% from 584); Max value from RGB is 210 - color contains mainly: green. Hex color #C2D2B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D2B4 is #3D2D4B. Grayscale: #C9C9C9. Windows color (decimal): -4009292 or 11850434. OLE color: 11850434.

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

Color convert

RGB 194 210 180 -
CMYK 0.08 0 0.14 0.18
HSL 92º 0.25% 0.76% -
HSV(B) 92º 0.14% 0.82% -
XYZ 53.53 60.86 52.11 -
YUV 201.8 115.7 122.44 -
System Red Green Blue C M Y K H S L
Decimal 194 210 180 0.08 0 0.14 0.18 92 0.25 0.76
Hex C2 D2 B4 8 0 E 12 5C 19 4C
Octal 302 322 264 10 0 16 22 134 31 114
Binary 11000010 11010010 10110100 1000 0 1110 10010 1011100 11001 1001100

Color Harmonies of #C2D2B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D2B4

Black with #C2D2B4

Text Example


Text Example

White with #C2D2B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D2B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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