Shades of Kobi #D68AAE
Tints of Kobi #D68AAE
RGB
CMYK
RGB Variations
Color information
#D68AAE (or 0xD68AAE) is known color: Kobi. HEX triplet: D6, 8A and AE. RGB value is (214,138,174). Sum of RGB (Red+Green+Blue) = 214+138+174=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 138 (54.30% from 255 or 26.24% from 526); Blue value is 174 (68.36% from 255 or 33.08% from 526); Max value from RGB is 214 - color contains mainly: red. Hex color #D68AAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68AAE is #297551. Grayscale: #A4A4A4. Windows color (decimal): -2717010 or 11438806. OLE color: 11438806.
HSL color Cylindrical-coordinate representation of color #D68AAE: hue angle of 331.58º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D68AAE is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 138 | 174 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.16 |
| HSL | 331.58º | 0.48% | 0.69% | - |
| HSV(B) | 331.58º | 0.36% | 0.84% | - |
| XYZ | 44.46 | 35.53 | 44.56 | - |
| YUV | 164.83 | 133.18 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 138 | 174 | 0 | 0.36 | 0.19 | 0.16 | 331.58 | 0.48 | 0.69 |
| Hex | D6 | 8A | AE | 0 | 24 | 13 | 10 | 14C | 30 | 45 |
| Octal | 326 | 212 | 256 | 0 | 44 | 23 | 20 | 514 | 60 | 105 |
| Binary | 11010110 | 10001010 | 10101110 | 0 | 100100 | 10011 | 10000 | 101001100 | 110000 | 1000101 |
Color Harmonies of #D68AAE
Complementary color
Monochromatic Colors of #D68AAE
Black with #D68AAE
Text Example
Text Example
White with #D68AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68AAE; }
p { color: rgb(214,138,174); }
H1.HeaderClassName
{
color: #D68AAE;
}
.AnyTagClassName
{
color: #D68AAE;
}
</style>
background-color css
<style>
a { background-color: #D68AAE; }
a { background-color: rgb(214,138,174); }
div.DivClassName
{
background-color: #D68AAE;
}
.BgClassName
{
background-color: #D68AAE;
}
</style>
border-color css
<style>
span { border-color: #D68AAE; }
span { border-color: rgb(214,138,174); }
td.TdClassName
{
border-color: #D68AAE;
}
.TagClassName
{
border-color: #D68AAE;
}
</style>