Shades of Pattens Blue #CEDFF1
Tints of Pattens Blue #CEDFF1
RGB
CMYK
RGB Variations
Color information
#CEDFF1 (or 0xCEDFF1) is known color: Pattens Blue. HEX triplet: CE, DF and F1. RGB value is (206,223,241). Sum of RGB (Red+Green+Blue) = 206+223+241=670 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.75% from 670); Green value is 223 (87.5% from 255 or 33.28% from 670); Blue value is 241 (94.53% from 255 or 35.97% from 670); Max value from RGB is 241 - color contains mainly: blue. Hex color #CEDFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDFF1 is #31200E. Grayscale: #DBDBDB. Windows color (decimal): -3219471 or 15851470. OLE color: 15851470.
HSL color Cylindrical-coordinate representation of color #CEDFF1: hue angle of 210.86º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEDFF1 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 223 | 241 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.05 |
| HSL | 210.86º | 0.56% | 0.88% | - |
| HSV(B) | 210.86º | 0.15% | 0.95% | - |
| XYZ | 67.72 | 72.25 | 93.6 | - |
| YUV | 219.97 | 139.87 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 223 | 241 | 0.15 | 0.07 | 0 | 0.05 | 210.86 | 0.56 | 0.88 |
| Hex | CE | DF | F1 | F | 7 | 0 | 5 | D3 | 38 | 58 |
| Octal | 316 | 337 | 361 | 17 | 7 | 0 | 5 | 323 | 70 | 130 |
| Binary | 11001110 | 11011111 | 11110001 | 1111 | 111 | 0 | 101 | 11010011 | 111000 | 1011000 |
Color Harmonies of #CEDFF1
Complementary color
Monochromatic Colors of #CEDFF1
Black with #CEDFF1
Text Example
Text Example
White with #CEDFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDFF1; }
p { color: rgb(206,223,241); }
H1.HeaderClassName
{
color: #CEDFF1;
}
.AnyTagClassName
{
color: #CEDFF1;
}
</style>
background-color css
<style>
a { background-color: #CEDFF1; }
a { background-color: rgb(206,223,241); }
div.DivClassName
{
background-color: #CEDFF1;
}
.BgClassName
{
background-color: #CEDFF1;
}
</style>
border-color css
<style>
span { border-color: #CEDFF1; }
span { border-color: rgb(206,223,241); }
td.TdClassName
{
border-color: #CEDFF1;
}
.TagClassName
{
border-color: #CEDFF1;
}
</style>