Html Css Color HEX #C2D1B3 Pixie Green

📋 copy color: '#C2D1B3'

red 194 ◦ green 209 ◦ blue 179

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

Shades of Pixie Green #C2D1B3

Tints of Pixie Green #C2D1B3

RGB

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

 GREEN value IS 209 (82.03% from 255) = 35.91%

 BLUE value IS 179 (70.31% from 255) = 30.76%

R = 33.33%
G = 35.91%
B = 30.76%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#C2D1B3 (or 0xC2D1B3) is known color: Pixie Green. HEX triplet: C2, D1 and B3. RGB value is (194,209,179). Sum of RGB (Red+Green+Blue) = 194+209+179=582 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.33% from 582); Green value is 209 (82.03% from 255 or 35.91% from 582); Blue value is 179 (70.31% from 255 or 30.76% from 582); Max value from RGB is 209 - color contains mainly: green. Hex color #C2D1B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D1B3 is #3D2E4C. Grayscale: #C9C9C9. Windows color (decimal): -4009549 or 11784642. OLE color: 11784642.

HSL color Cylindrical-coordinate representation of color #C2D1B3: hue angle of 90º 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 #C2D1B3 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 209 179 -
CMYK 0.07 0 0.14 0.18
HSL 90º 0.25% 0.76% -
HSV(B) 90º 0.14% 0.82% -
XYZ 53.19 60.32 51.49 -
YUV 201.1 115.53 122.94 -
System Red Green Blue C M Y K H S L
Decimal 194 209 179 0.07 0 0.14 0.18 90 0.25 0.76
Hex C2 D1 B3 7 0 E 12 5A 19 4C
Octal 302 321 263 7 0 16 22 132 31 114
Binary 11000010 11010001 10110011 111 0 1110 10010 1011010 11001 1001100

Color Harmonies of #C2D1B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D1B3

Black with #C2D1B3

Text Example


Text Example

White with #C2D1B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D1B3; }

 p { color: rgb(194,209,179); }

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

background-color css

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

 a { background-color: rgb(194,209,179); }

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

border-color css

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

 span { border-color: rgb(194,209,179); }

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