Shades of Granny Apple #CDF1D3
Tints of Granny Apple #CDF1D3
RGB
CMYK
RGB Variations
Color information
#CDF1D3 (or 0xCDF1D3) is known color: Granny Apple. HEX triplet: CD, F1 and D3. RGB value is (205,241,211). Sum of RGB (Red+Green+Blue) = 205+241+211=657 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.20% from 657); Green value is 241 (94.53% from 255 or 36.68% from 657); Blue value is 211 (82.81% from 255 or 32.12% from 657); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF1D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF1D3 is #320E2C. Grayscale: #E2E2E2. Windows color (decimal): -3280429 or 13889997. OLE color: 13889997.
HSL color Cylindrical-coordinate representation of color #CDF1D3: hue angle of 130º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDF1D3 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
RGB | 205 | 241 | 211 | - |
CMYK | 0.15 | 0 | 0.12 | 0.05 |
HSL | 130º | 0.56% | 0.87% | - |
HSV(B) | 130º | 0.15% | 0.95% | - |
XYZ | 68.39 | 80.59 | 73.58 | - |
YUV | 226.82 | 119.07 | 112.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 241 | 211 | 0.15 | 0 | 0.12 | 0.05 | 130 | 0.56 | 0.87 |
Hex | CD | F1 | D3 | F | 0 | C | 5 | 82 | 38 | 57 |
Octal | 315 | 361 | 323 | 17 | 0 | 14 | 5 | 202 | 70 | 127 |
Binary | 11001101 | 11110001 | 11010011 | 1111 | 0 | 1100 | 101 | 10000010 | 111000 | 1010111 |
Color Harmonies of #CDF1D3
Complementary color
Monochromatic Colors of #CDF1D3
Black with #CDF1D3
Text Example
Text Example
White with #CDF1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF1D3; }
p { color: rgb(205,241,211); }
H1.HeaderClassName
{
color: #CDF1D3;
}
.AnyTagClassName
{
color: #CDF1D3;
}
</style>
background-color css
<style>
a { background-color: #CDF1D3; }
a { background-color: rgb(205,241,211); }
div.DivClassName
{
background-color: #CDF1D3;
}
.BgClassName
{
background-color: #CDF1D3;
}
</style>
border-color css
<style>
span { border-color: #CDF1D3; }
span { border-color: rgb(205,241,211); }
td.TdClassName
{
border-color: #CDF1D3;
}
.TagClassName
{
border-color: #CDF1D3;
}
</style>