Shades of Quartz #CECFE5
Tints of Quartz #CECFE5
RGB
CMYK
RGB Variations
Color information
#CECFE5 (or 0xCECFE5) is known color: Quartz. HEX triplet: CE, CF and E5. RGB value is (206,207,229). Sum of RGB (Red+Green+Blue) = 206+207+229=642 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.09% from 642); Green value is 207 (81.25% from 255 or 32.24% from 642); Blue value is 229 (89.84% from 255 or 35.67% from 642); Max value from RGB is 229 - color contains mainly: blue. Hex color #CECFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECFE5 is #31301A. Grayscale: #D1D1D1. Windows color (decimal): -3223579 or 15060942. OLE color: 15060942.
HSL color Cylindrical-coordinate representation of color #CECFE5: hue angle of 237.39º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CECFE5 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 206 | 207 | 229 | - |
CMYK | 0.10 | 0.10 | 0 | 0.10 |
HSL | 237.39º | 0.31% | 0.85% | - |
HSV(B) | 237.39º | 0.1% | 0.9% | - |
XYZ | 61.91 | 63.4 | 83.1 | - |
YUV | 209.21 | 139.17 | 125.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 207 | 229 | 0.10 | 0.10 | 0 | 0.10 | 237.39 | 0.31 | 0.85 |
Hex | CE | CF | E5 | A | A | 0 | A | ED | 1F | 55 |
Octal | 316 | 317 | 345 | 12 | 12 | 0 | 12 | 355 | 37 | 125 |
Binary | 11001110 | 11001111 | 11100101 | 1010 | 1010 | 0 | 1010 | 11101101 | 11111 | 1010101 |
Color Harmonies of #CECFE5
Complementary color
Monochromatic Colors of #CECFE5
Black with #CECFE5
Text Example
Text Example
White with #CECFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECFE5; }
p { color: rgb(206,207,229); }
H1.HeaderClassName
{
color: #CECFE5;
}
.AnyTagClassName
{
color: #CECFE5;
}
</style>
background-color css
<style>
a { background-color: #CECFE5; }
a { background-color: rgb(206,207,229); }
div.DivClassName
{
background-color: #CECFE5;
}
.BgClassName
{
background-color: #CECFE5;
}
</style>
border-color css
<style>
span { border-color: #CECFE5; }
span { border-color: rgb(206,207,229); }
td.TdClassName
{
border-color: #CECFE5;
}
.TagClassName
{
border-color: #CECFE5;
}
</style>