#DEEBF3

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

Shades of Pattens Blue #DEEBF3

Tints of Pattens Blue #DEEBF3

Color information

#DEEBF3 (or 0xDEEBF3) is unknown color: approx Pattens Blue. HEX triplet: DE, EB and F3. RGB value is (222,235,243). Sum of RGB (Red+Green+Blue) = 222+235+243=700 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.71% from 700); Green value is 235 (92.19% from 255 or 33.57% from 700); Blue value is 243 (95.31% from 255 or 34.71% from 700); Max value from RGB is 243 - color contains mainly: blue. Hex color #DEEBF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEBF3 is #21140C. Grayscale: #E7E7E7. Windows color (decimal): -2167821 or 15985630. OLE color: 15985630.

HSL color Cylindrical-coordinate representation of color #DEEBF3: hue angle of 202.86º degrees, saturation: 0.47, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DEEBF3 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB222235243-
CMYK0.090.0300.05
HSL202.86º46.67%91.18%-
HSV(B)202.86º8.64%95.29%-
XYZ76.0181.4296.5-
YUV232.02134.19120.85-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.71%
GREEN value IS 235 (92.19% from 255) = 33.57%
BLUE value IS 243 (95.31% from 255) = 34.71%
R=31.71%
G=33.57%
B=34.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222352430.090.0300.05202.8646.6791.18
HexDEEBF39305cb2f5b
Octal3363533631130531357133
Binary1101111011101011111100111001110101110010111011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEBF3; }

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

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

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

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

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

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

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

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