Shades of Pattens Blue #DEEBF2
Tints of Pattens Blue #DEEBF2
RGB
CMYK
RGB Variations
Color information
#DEEBF2 (or 0xDEEBF2) is known color: Pattens Blue. HEX triplet: DE, EB and F2. RGB value is (222,235,242). Sum of RGB (Red+Green+Blue) = 222+235+242=699 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.76% from 699); Green value is 235 (92.19% from 255 or 33.62% from 699); Blue value is 242 (94.92% from 255 or 34.62% from 699); Max value from RGB is 242 - color contains mainly: blue. Hex color #DEEBF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEBF2 is #21140D. Grayscale: #E7E7E7. Windows color (decimal): -2167822 or 15920094. OLE color: 15920094.
HSL color Cylindrical-coordinate representation of color #DEEBF2: hue angle of 201º degrees, saturation: 0.43, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DEEBF2 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 222 | 235 | 242 | - |
CMYK | 0.08 | 0.03 | 0 | 0.05 |
HSL | 201º | 0.43% | 0.91% | - |
HSV(B) | 201º | 0.08% | 0.95% | - |
XYZ | 75.86 | 81.36 | 95.71 | - |
YUV | 231.91 | 133.69 | 120.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 235 | 242 | 0.08 | 0.03 | 0 | 0.05 | 201 | 0.43 | 0.91 |
Hex | DE | EB | F2 | 8 | 3 | 0 | 5 | C9 | 2B | 5B |
Octal | 336 | 353 | 362 | 10 | 3 | 0 | 5 | 311 | 53 | 133 |
Binary | 11011110 | 11101011 | 11110010 | 1000 | 11 | 0 | 101 | 11001001 | 101011 | 1011011 |
Color Harmonies of #DEEBF2
Complementary color
Monochromatic Colors of #DEEBF2
Black with #DEEBF2
Text Example
Text Example
White with #DEEBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEBF2; }
p { color: rgb(222,235,242); }
H1.HeaderClassName
{
color: #DEEBF2;
}
.AnyTagClassName
{
color: #DEEBF2;
}
</style>
background-color css
<style>
a { background-color: #DEEBF2; }
a { background-color: rgb(222,235,242); }
div.DivClassName
{
background-color: #DEEBF2;
}
.BgClassName
{
background-color: #DEEBF2;
}
</style>
border-color css
<style>
span { border-color: #DEEBF2; }
span { border-color: rgb(222,235,242); }
td.TdClassName
{
border-color: #DEEBF2;
}
.TagClassName
{
border-color: #DEEBF2;
}
</style>