Shades of Prelude #CFAED4
Tints of Prelude #CFAED4
RGB
CMYK
RGB Variations
Color information
#CFAED4 (or 0xCFAED4) is known color: Prelude. HEX triplet: CF, AE and D4. RGB value is (207,174,212). Sum of RGB (Red+Green+Blue) = 207+174+212=593 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.91% from 593); Green value is 174 (68.36% from 255 or 29.34% from 593); Blue value is 212 (83.20% from 255 or 35.75% from 593); Max value from RGB is 212 - color contains mainly: blue. Hex color #CFAED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAED4 is #30512B. Grayscale: #BCBCBC. Windows color (decimal): -3166508 or 13938383. OLE color: 13938383.
HSL color Cylindrical-coordinate representation of color #CFAED4: hue angle of 292.11º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFAED4 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 207 | 174 | 212 | - |
CMYK | 0.02 | 0.18 | 0 | 0.17 |
HSL | 292.11º | 0.31% | 0.76% | - |
HSV(B) | 292.11º | 0.18% | 0.83% | - |
XYZ | 52.75 | 48.29 | 68.83 | - |
YUV | 188.2 | 141.43 | 141.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 174 | 212 | 0.02 | 0.18 | 0 | 0.17 | 292.11 | 0.31 | 0.76 |
Hex | CF | AE | D4 | 2 | 12 | 0 | 11 | 124 | 1F | 4C |
Octal | 317 | 256 | 324 | 2 | 22 | 0 | 21 | 444 | 37 | 114 |
Binary | 11001111 | 10101110 | 11010100 | 10 | 10010 | 0 | 10001 | 100100100 | 11111 | 1001100 |
Color Harmonies of #CFAED4
Complementary color
Monochromatic Colors of #CFAED4
Black with #CFAED4
Text Example
Text Example
White with #CFAED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAED4; }
p { color: rgb(207,174,212); }
H1.HeaderClassName
{
color: #CFAED4;
}
.AnyTagClassName
{
color: #CFAED4;
}
</style>
background-color css
<style>
a { background-color: #CFAED4; }
a { background-color: rgb(207,174,212); }
div.DivClassName
{
background-color: #CFAED4;
}
.BgClassName
{
background-color: #CFAED4;
}
</style>
border-color css
<style>
span { border-color: #CFAED4; }
span { border-color: rgb(207,174,212); }
td.TdClassName
{
border-color: #CFAED4;
}
.TagClassName
{
border-color: #CFAED4;
}
</style>