Shades of Pixie Green #CADDB1
Tints of Pixie Green #CADDB1
RGB
CMYK
RGB Variations
Color information
#CADDB1 (or 0xCADDB1) is known color: Pixie Green. HEX triplet: CA, DD and B1. RGB value is (202,221,177). Sum of RGB (Red+Green+Blue) = 202+221+177=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 177 (69.53% from 255 or 29.5% from 600); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADDB1 is #35224E. Grayscale: #D2D2D2. Windows color (decimal): -3482191 or 11656650. OLE color: 11656650.
HSL color Cylindrical-coordinate representation of color #CADDB1: hue angle of 85.91º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CADDB1 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 221 | 177 | - |
| CMYK | 0.09 | 0 | 0.20 | 0.13 |
| HSL | 85.91º | 0.39% | 0.78% | - |
| HSV(B) | 85.91º | 0.2% | 0.87% | - |
| XYZ | 58.15 | 67.44 | 51.55 | - |
| YUV | 210.3 | 109.21 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 221 | 177 | 0.09 | 0 | 0.20 | 0.13 | 85.91 | 0.39 | 0.78 |
| Hex | CA | DD | B1 | 9 | 0 | 14 | D | 56 | 27 | 4E |
| Octal | 312 | 335 | 261 | 11 | 0 | 24 | 15 | 126 | 47 | 116 |
| Binary | 11001010 | 11011101 | 10110001 | 1001 | 0 | 10100 | 1101 | 1010110 | 100111 | 1001110 |
Color Harmonies of #CADDB1
Complementary color
Monochromatic Colors of #CADDB1
Black with #CADDB1
Text Example
Text Example
White with #CADDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADDB1; }
p { color: rgb(202,221,177); }
H1.HeaderClassName
{
color: #CADDB1;
}
.AnyTagClassName
{
color: #CADDB1;
}
</style>
background-color css
<style>
a { background-color: #CADDB1; }
a { background-color: rgb(202,221,177); }
div.DivClassName
{
background-color: #CADDB1;
}
.BgClassName
{
background-color: #CADDB1;
}
</style>
border-color css
<style>
span { border-color: #CADDB1; }
span { border-color: rgb(202,221,177); }
td.TdClassName
{
border-color: #CADDB1;
}
.TagClassName
{
border-color: #CADDB1;
}
</style>