Html Css Color HEX #C1DBAD Pixie Green

📋 copy color: '#C1DBAD'

red 193 ◦ green 219 ◦ blue 173

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

Shades of Pixie Green #C1DBAD

Tints of Pixie Green #C1DBAD

RGB

 RED value IS 193 (75.78% from 255) = 32.99%

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

 BLUE value IS 173 (67.97% from 255) = 29.57%

R = 32.99%
G = 37.44%
B = 29.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#C1DBAD (or 0xC1DBAD) is known color: Pixie Green. HEX triplet: C1, DB and AD. RGB value is (193,219,173). Sum of RGB (Red+Green+Blue) = 193+219+173=585 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.99% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 173 (67.97% from 255 or 29.57% from 585); Max value from RGB is 219 - color contains mainly: green. Hex color #C1DBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1DBAD is #3E2452. Grayscale: #CECECE. Windows color (decimal): -4072531 or 11393985. OLE color: 11393985.

HSL color Cylindrical-coordinate representation of color #C1DBAD: hue angle of 93.91º degrees, saturation: 0.39, 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 #C1DBAD is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 219 173 -
CMYK 0.12 0 0.21 0.14
HSL 93.91º 0.39% 0.77% -
HSV(B) 93.91º 0.21% 0.86% -
XYZ 54.87 65.02 49.19 -
YUV 205.98 109.39 118.74 -
System Red Green Blue C M Y K H S L
Decimal 193 219 173 0.12 0 0.21 0.14 93.91 0.39 0.77
Hex C1 DB AD C 0 15 E 5E 27 4D
Octal 301 333 255 14 0 25 16 136 47 115
Binary 11000001 11011011 10101101 1100 0 10101 1110 1011110 100111 1001101

Color Harmonies of #C1DBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1DBAD

Black with #C1DBAD

Text Example


Text Example

White with #C1DBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1DBAD; }

 p { color: rgb(193,219,173); }

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

background-color css

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

 a { background-color: rgb(193,219,173); }

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

border-color css

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

 span { border-color: rgb(193,219,173); }

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