#DEEBEE

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

Shades of Pattens Blue #DEEBEE

Tints of Pattens Blue #DEEBEE

Color information

#DEEBEE (or 0xDEEBEE) is unknown color: approx Pattens Blue. HEX triplet: DE, EB and EE. RGB value is (222,235,238). Sum of RGB (Red+Green+Blue) = 222+235+238=695 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.94% from 695); Green value is 235 (92.19% from 255 or 33.81% from 695); Blue value is 238 (93.36% from 255 or 34.24% from 695); Max value from RGB is 238 - color contains mainly: blue. Hex color #DEEBEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEBEE is #211411. Grayscale: #E7E7E7. Windows color (decimal): -2167826 or 15657950. OLE color: 15657950.

HSL color Cylindrical-coordinate representation of color #DEEBEE: hue angle of 191.25º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DEEBEE is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB222235238-
CMYK0.070.0100.07
HSL191.25º32%90.2%-
HSV(B)191.25º6.72%93.33%-
XYZ75.2781.1292.58-
YUV231.46131.69121.26-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.94%
GREEN value IS 235 (92.19% from 255) = 33.81%
BLUE value IS 238 (93.36% from 255) = 34.24%
R=31.94%
G=33.81%
B=34.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222352380.070.0100.07191.253290.2
HexDEEBEE7107bf205a
Octal336353356710727740132
Binary11011110111010111110111011110111101111111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEBEE; }

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

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

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

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

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

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

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

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