#DEEBF1

Color #DEEBF1 Pattens Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pattens Blue #DEEBF1

Tints of Pattens Blue #DEEBF1

Color information

#DEEBF1 (or 0xDEEBF1) is unknown color: approx Pattens Blue. HEX triplet: DE, EB and F1. RGB value is (222,235,241). Sum of RGB (Red+Green+Blue) = 222+235+241=698 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.81% from 698); Green value is 235 (92.19% from 255 or 33.67% from 698); Blue value is 241 (94.53% from 255 or 34.53% from 698); Max value from RGB is 241 - color contains mainly: blue. Hex color #DEEBF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEBF1 is #21140E. Grayscale: #E7E7E7. Windows color (decimal): -2167823 or 15854558. OLE color: 15854558.

HSL color Cylindrical-coordinate representation of color #DEEBF1: hue angle of 198.95º degrees, saturation: 0.4, 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 #DEEBF1 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB222235241-
CMYK0.080.0200.05
HSL198.95º40.43%90.78%-
HSV(B)198.95º7.88%94.51%-
XYZ75.7181.394.92-
YUV231.8133.19121.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 31.81%
GREEN value IS 235 (92.19% from 255) = 33.67%
BLUE value IS 241 (94.53% from 255) = 34.53%
R=31.81%
G=33.67%
B=34.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222352410.080.0200.05198.9540.4390.78
HexDEEBF18205c7285b
Octal3363533611020530750133
Binary1101111011101011111100011000100101110001111010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEBF1; }

 p { color: rgb(222,235,241); }

 H1.HeaderClassName
 {
   color: #DEEBF1;
 }
 .AnyTagClassName
 {
   color: #DEEBF1;
 }
</style>
background-color css

<style>
 a { background-color: #DEEBF1; }

 a { background-color: rgb(222,235,241); }

 div.DivClassName
 {
   background-color: #DEEBF1;
 }
 .BgClassName
 {
   background-color: #DEEBF1;
 }
</style>
border-color css

<style>
 span { border-color: #DEEBF1; }

 span { border-color: rgb(222,235,241); }

 td.TdClassName
 {
   border-color: #DEEBF1;
 }
 .TagClassName
 {
   border-color: #DEEBF1;
 }
</style>