Html Css Color HEX #C9DBB4 Pixie Green

📋 copy color: '#C9DBB4'

red 201 ◦ green 219 ◦ blue 180

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

Shades of Pixie Green #C9DBB4

Tints of Pixie Green #C9DBB4

RGB

 RED value IS 201 (78.91% from 255) = 33.5%

 GREEN value IS 219 (85.94% from 255) = 36.5%

 BLUE value IS 180 (70.7% from 255) = 30%

R = 33.5%
G = 36.5%
B = 30%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#C9DBB4 (or 0xC9DBB4) is known color: Pixie Green. HEX triplet: C9, DB and B4. RGB value is (201,219,180). Sum of RGB (Red+Green+Blue) = 201+219+180=600 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.5% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 180 (70.70% from 255 or 30% from 600); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DBB4 is #36244B. Grayscale: #D1D1D1. Windows color (decimal): -3548236 or 11852745. OLE color: 11852745.

HSL color Cylindrical-coordinate representation of color #C9DBB4: hue angle of 87.69º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C9DBB4 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 219 180 -
CMYK 0.08 0 0.18 0.14
HSL 87.69º 0.35% 0.78% -
HSV(B) 87.69º 0.18% 0.86% -
XYZ 57.66 66.38 52.95 -
YUV 209.17 111.54 122.17 -
System Red Green Blue C M Y K H S L
Decimal 201 219 180 0.08 0 0.18 0.14 87.69 0.35 0.78
Hex C9 DB B4 8 0 12 E 58 23 4E
Octal 311 333 264 10 0 22 16 130 43 116
Binary 11001001 11011011 10110100 1000 0 10010 1110 1011000 100011 1001110

Color Harmonies of #C9DBB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DBB4

Black with #C9DBB4

Text Example


Text Example

White with #C9DBB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DBB4; }

 p { color: rgb(201,219,180); }

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

background-color css

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

 a { background-color: rgb(201,219,180); }

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

border-color css

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

 span { border-color: rgb(201,219,180); }

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