Shades of Cosmic Latte #CDFBDA
Tints of Cosmic Latte #CDFBDA
RGB
CMYK
RGB Variations
Color information
#CDFBDA (or 0xCDFBDA) is known color: Cosmic Latte. HEX triplet: CD, FB and DA. RGB value is (205,251,218). Sum of RGB (Red+Green+Blue) = 205+251+218=674 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.42% from 674); Green value is 251 (98.44% from 255 or 37.24% from 674); Blue value is 218 (85.55% from 255 or 32.34% from 674); Max value from RGB is 251 - color contains mainly: green. Hex color #CDFBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFBDA is #320425. Grayscale: #E9E9E9. Windows color (decimal): -3277862 or 14351309. OLE color: 14351309.
HSL color Cylindrical-coordinate representation of color #CDFBDA: hue angle of 136.96º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDFBDA is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
RGB | 205 | 251 | 218 | - |
CMYK | 0.18 | 0 | 0.13 | 0.02 |
HSL | 136.96º | 0.85% | 0.89% | - |
HSV(B) | 136.96º | 0.18% | 0.98% | - |
XYZ | 72.33 | 87.04 | 79.32 | - |
YUV | 233.48 | 119.26 | 107.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 251 | 218 | 0.18 | 0 | 0.13 | 0.02 | 136.96 | 0.85 | 0.89 |
Hex | CD | FB | DA | 12 | 0 | D | 2 | 89 | 55 | 59 |
Octal | 315 | 373 | 332 | 22 | 0 | 15 | 2 | 211 | 125 | 131 |
Binary | 11001101 | 11111011 | 11011010 | 10010 | 0 | 1101 | 10 | 10001001 | 1010101 | 1011001 |
Color Harmonies of #CDFBDA
Complementary color
Monochromatic Colors of #CDFBDA
Black with #CDFBDA
Text Example
Text Example
White with #CDFBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFBDA; }
p { color: rgb(205,251,218); }
H1.HeaderClassName
{
color: #CDFBDA;
}
.AnyTagClassName
{
color: #CDFBDA;
}
</style>
background-color css
<style>
a { background-color: #CDFBDA; }
a { background-color: rgb(205,251,218); }
div.DivClassName
{
background-color: #CDFBDA;
}
.BgClassName
{
background-color: #CDFBDA;
}
</style>
border-color css
<style>
span { border-color: #CDFBDA; }
span { border-color: rgb(205,251,218); }
td.TdClassName
{
border-color: #CDFBDA;
}
.TagClassName
{
border-color: #CDFBDA;
}
</style>