#C3DDAE

Color #C3DDAE Pixie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pixie Green #C3DDAE

Tints of Pixie Green #C3DDAE

Color information

#C3DDAE (or 0xC3DDAE) is unknown color: approx Pixie Green. HEX triplet: C3, DD and AE. RGB value is (195,221,174). Sum of RGB (Red+Green+Blue) = 195+221+174=590 (78% of max value = 765). Red value is 195 (76.56% from 255 or 33.05% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 174 (68.36% from 255 or 29.49% from 590); Max value from RGB is 221 - color contains mainly: green. Hex color #C3DDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3DDAE is #3C2251. Grayscale: #D0D0D0. Windows color (decimal): -3940946 or 11460035. OLE color: 11460035.

HSL color Cylindrical-coordinate representation of color #C3DDAE: hue angle of 93.19º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C3DDAE is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB195221174-
CMYK0.1200.210.13
HSL93.19º40.87%77.45%-
HSV(B)93.19º21.27%86.67%-
XYZ5666.3749.9-
YUV207.87108.89118.82-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.05%
GREEN value IS 221 (86.72% from 255) = 37.46%
BLUE value IS 174 (68.36% from 255) = 29.49%
R=33.05%
G=37.46%
B=29.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1952211740.1200.210.1393.1940.8777.45
HexC3DDAEC015D5d294d
Octal303335256140251513551115
Binary1100001111011101101011101100010101110110111011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DDAE; }

 p { color: rgb(195,221,174); }

 H1.HeaderClassName
 {
   color: #C3DDAE;
 }
 .AnyTagClassName
 {
   color: #C3DDAE;
 }
</style>
background-color css

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

 a { background-color: rgb(195,221,174); }

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

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

 span { border-color: rgb(195,221,174); }

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