Shades of Pixie Green #CADDB2
Tints of Pixie Green #CADDB2
RGB
CMYK
RGB Variations
Color information
#CADDB2 (or 0xCADDB2) is known color: Pixie Green. HEX triplet: CA, DD and B2. RGB value is (202,221,178). Sum of RGB (Red+Green+Blue) = 202+221+178=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 178 (69.92% from 255 or 29.62% from 601); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADDB2 is #35224D. Grayscale: #D2D2D2. Windows color (decimal): -3482190 or 11722186. OLE color: 11722186.
HSL color Cylindrical-coordinate representation of color #CADDB2: hue angle of 86.51º degrees, saturation: 0.39, 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 #CADDB2 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 221 | 178 | - |
CMYK | 0.09 | 0 | 0.19 | 0.13 |
HSL | 86.51º | 0.39% | 0.78% | - |
HSV(B) | 86.51º | 0.19% | 0.87% | - |
XYZ | 58.25 | 67.48 | 52.08 | - |
YUV | 210.42 | 109.71 | 122 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 221 | 178 | 0.09 | 0 | 0.19 | 0.13 | 86.51 | 0.39 | 0.78 |
Hex | CA | DD | B2 | 9 | 0 | 13 | D | 57 | 27 | 4E |
Octal | 312 | 335 | 262 | 11 | 0 | 23 | 15 | 127 | 47 | 116 |
Binary | 11001010 | 11011101 | 10110010 | 1001 | 0 | 10011 | 1101 | 1010111 | 100111 | 1001110 |
Color Harmonies of #CADDB2
Complementary color
Monochromatic Colors of #CADDB2
Black with #CADDB2
Text Example
Text Example
White with #CADDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADDB2; }
p { color: rgb(202,221,178); }
H1.HeaderClassName
{
color: #CADDB2;
}
.AnyTagClassName
{
color: #CADDB2;
}
</style>
background-color css
<style>
a { background-color: #CADDB2; }
a { background-color: rgb(202,221,178); }
div.DivClassName
{
background-color: #CADDB2;
}
.BgClassName
{
background-color: #CADDB2;
}
</style>
border-color css
<style>
span { border-color: #CADDB2; }
span { border-color: rgb(202,221,178); }
td.TdClassName
{
border-color: #CADDB2;
}
.TagClassName
{
border-color: #CADDB2;
}
</style>