#C4DAAD

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

Shades of Pixie Green #C4DAAD

Tints of Pixie Green #C4DAAD

Color information

#C4DAAD (or 0xC4DAAD) is unknown color: approx Pixie Green. HEX triplet: C4, DA and AD. RGB value is (196,218,173). Sum of RGB (Red+Green+Blue) = 196+218+173=587 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.39% from 587); Green value is 218 (85.55% from 255 or 37.14% from 587); Blue value is 173 (67.97% from 255 or 29.47% from 587); Max value from RGB is 218 - color contains mainly: green. Hex color #C4DAAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4DAAD is #3B2552. Grayscale: #CECECE. Windows color (decimal): -3876179 or 11393732. OLE color: 11393732.

HSL color Cylindrical-coordinate representation of color #C4DAAD: hue angle of 89.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C4DAAD is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB196218173-
CMYK0.1000.210.15
HSL89.33º37.82%76.67%-
HSV(B)89.33º20.64%85.49%-
XYZ55.3864.949.14-
YUV206.29109.21120.66-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.39%
GREEN value IS 218 (85.55% from 255) = 37.14%
BLUE value IS 173 (67.97% from 255) = 29.47%
R=33.39%
G=37.14%
B=29.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1962181730.1000.210.1589.3337.8276.67
HexC4DAADA015F59264d
Octal304332255120251713146115
Binary1100010011011010101011011010010101111110110011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DAAD; }

 p { color: rgb(196,218,173); }

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

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

 a { background-color: rgb(196,218,173); }

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

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

 span { border-color: rgb(196,218,173); }

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