Shades of Pixie Green #CADDB3
Tints of Pixie Green #CADDB3
RGB
CMYK
RGB Variations
Color information
#CADDB3 (or 0xCADDB3) is known color: Pixie Green. HEX triplet: CA, DD and B3. RGB value is (202,221,179). Sum of RGB (Red+Green+Blue) = 202+221+179=602 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.55% from 602); Green value is 221 (86.72% from 255 or 36.71% from 602); Blue value is 179 (70.31% from 255 or 29.73% from 602); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADDB3 is #35224C. Grayscale: #D2D2D2. Windows color (decimal): -3482189 or 11787722. OLE color: 11787722.
HSL color Cylindrical-coordinate representation of color #CADDB3: hue angle of 87.14º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CADDB3 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 221 | 179 | - |
| CMYK | 0.09 | 0 | 0.19 | 0.13 |
| HSL | 87.14º | 0.38% | 0.78% | - |
| HSV(B) | 87.14º | 0.19% | 0.87% | - |
| XYZ | 58.35 | 67.52 | 52.61 | - |
| YUV | 210.53 | 110.21 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 221 | 179 | 0.09 | 0 | 0.19 | 0.13 | 87.14 | 0.38 | 0.78 |
| Hex | CA | DD | B3 | 9 | 0 | 13 | D | 57 | 26 | 4E |
| Octal | 312 | 335 | 263 | 11 | 0 | 23 | 15 | 127 | 46 | 116 |
| Binary | 11001010 | 11011101 | 10110011 | 1001 | 0 | 10011 | 1101 | 1010111 | 100110 | 1001110 |
Color Harmonies of #CADDB3
Complementary color
Monochromatic Colors of #CADDB3
Black with #CADDB3
Text Example
Text Example
White with #CADDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADDB3; }
p { color: rgb(202,221,179); }
H1.HeaderClassName
{
color: #CADDB3;
}
.AnyTagClassName
{
color: #CADDB3;
}
</style>
background-color css
<style>
a { background-color: #CADDB3; }
a { background-color: rgb(202,221,179); }
div.DivClassName
{
background-color: #CADDB3;
}
.BgClassName
{
background-color: #CADDB3;
}
</style>
border-color css
<style>
span { border-color: #CADDB3; }
span { border-color: rgb(202,221,179); }
td.TdClassName
{
border-color: #CADDB3;
}
.TagClassName
{
border-color: #CADDB3;
}
</style>