Shades of Ottoman #CADFB5
Tints of Ottoman #CADFB5
RGB
CMYK
RGB Variations
Color information
#CADFB5 (or 0xCADFB5) is known color: Ottoman. HEX triplet: CA, DF and B5. RGB value is (202,223,181). Sum of RGB (Red+Green+Blue) = 202+223+181=606 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.33% from 606); Green value is 223 (87.5% from 255 or 36.80% from 606); Blue value is 181 (71.09% from 255 or 29.87% from 606); Max value from RGB is 223 - color contains mainly: green. Hex color #CADFB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADFB5 is #35204A. Grayscale: #D4D4D4. Windows color (decimal): -3481675 or 11919306. OLE color: 11919306.
HSL color Cylindrical-coordinate representation of color #CADFB5: hue angle of 90º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CADFB5 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 223 | 181 | - |
CMYK | 0.09 | 0 | 0.19 | 0.13 |
HSL | 90º | 0.4% | 0.79% | - |
HSV(B) | 90º | 0.19% | 0.87% | - |
XYZ | 59.09 | 68.67 | 53.86 | - |
YUV | 211.93 | 110.54 | 120.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 223 | 181 | 0.09 | 0 | 0.19 | 0.13 | 90 | 0.4 | 0.79 |
Hex | CA | DF | B5 | 9 | 0 | 13 | D | 5A | 28 | 4F |
Octal | 312 | 337 | 265 | 11 | 0 | 23 | 15 | 132 | 50 | 117 |
Binary | 11001010 | 11011111 | 10110101 | 1001 | 0 | 10011 | 1101 | 1011010 | 101000 | 1001111 |
Color Harmonies of #CADFB5
Complementary color
Monochromatic Colors of #CADFB5
Black with #CADFB5
Text Example
Text Example
White with #CADFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADFB5; }
p { color: rgb(202,223,181); }
H1.HeaderClassName
{
color: #CADFB5;
}
.AnyTagClassName
{
color: #CADFB5;
}
</style>
background-color css
<style>
a { background-color: #CADFB5; }
a { background-color: rgb(202,223,181); }
div.DivClassName
{
background-color: #CADFB5;
}
.BgClassName
{
background-color: #CADFB5;
}
</style>
border-color css
<style>
span { border-color: #CADFB5; }
span { border-color: rgb(202,223,181); }
td.TdClassName
{
border-color: #CADFB5;
}
.TagClassName
{
border-color: #CADFB5;
}
</style>