#C8DCAD

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

Shades of Pixie Green #C8DCAD

Tints of Pixie Green #C8DCAD

Color information

#C8DCAD (or 0xC8DCAD) is unknown color: approx Pixie Green. HEX triplet: C8, DC and AD. RGB value is (200,220,173). Sum of RGB (Red+Green+Blue) = 200+220+173=593 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.73% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 173 (67.97% from 255 or 29.17% from 593); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DCAD is #372352. Grayscale: #D0D0D0. Windows color (decimal): -3613523 or 11394248. OLE color: 11394248.

HSL color Cylindrical-coordinate representation of color #C8DCAD: hue angle of 85.53º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8DCAD is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB200220173-
CMYK0.0900.210.14
HSL85.53º40.17%77.06%-
HSV(B)85.53º21.36%86.27%-
XYZ56.9666.4849.37-
YUV208.66107.87121.82-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.73%
GREEN value IS 220 (86.33% from 255) = 37.10%
BLUE value IS 173 (67.97% from 255) = 29.17%
R=33.73%
G=37.10%
B=29.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2002201730.0900.210.1485.5340.1777.06
HexC8DCAD9015E56284d
Octal310334255110251612650115
Binary1100100011011100101011011001010101111010101101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DCAD; }

 p { color: rgb(200,220,173); }

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

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

 a { background-color: rgb(200,220,173); }

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

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

 span { border-color: rgb(200,220,173); }

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