Html Css Color HEX #C6DDAF Pixie Green

📋 copy color: '#C6DDAF'

red 198 ◦ green 221 ◦ blue 175

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

Shades of Pixie Green #C6DDAF

Tints of Pixie Green #C6DDAF

RGB

 RED value IS 198 (77.73% from 255) = 33.33%

 GREEN value IS 221 (86.72% from 255) = 37.21%

 BLUE value IS 175 (68.75% from 255) = 29.46%

R = 33.33%
G = 37.21%
B = 29.46%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#C6DDAF (or 0xC6DDAF) is known color: Pixie Green. HEX triplet: C6, DD and AF. RGB value is (198,221,175). Sum of RGB (Red+Green+Blue) = 198+221+175=594 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.33% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 175 (68.75% from 255 or 29.46% from 594); Max value from RGB is 221 - color contains mainly: green. Hex color #C6DDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6DDAF is #392250. Grayscale: #D1D1D1. Windows color (decimal): -3744337 or 11525574. OLE color: 11525574.

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

Color convert

RGB 198 221 175 -
CMYK 0.10 0 0.21 0.13
HSL 90º 0.4% 0.78% -
HSV(B) 90º 0.21% 0.87% -
XYZ 56.88 66.81 50.46 -
YUV 208.88 108.88 120.24 -
System Red Green Blue C M Y K H S L
Decimal 198 221 175 0.10 0 0.21 0.13 90 0.4 0.78
Hex C6 DD AF A 0 15 D 5A 28 4E
Octal 306 335 257 12 0 25 15 132 50 116
Binary 11000110 11011101 10101111 1010 0 10101 1101 1011010 101000 1001110

Color Harmonies of #C6DDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DDAF

Black with #C6DDAF

Text Example


Text Example

White with #C6DDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DDAF; }

 p { color: rgb(198,221,175); }

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

background-color css

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

 a { background-color: rgb(198,221,175); }

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

border-color css

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

 span { border-color: rgb(198,221,175); }

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