#DEEAF3

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

Shades of Pattens Blue #DEEAF3

Tints of Pattens Blue #DEEAF3

Color information

#DEEAF3 (or 0xDEEAF3) is unknown color: approx Pattens Blue. HEX triplet: DE, EA and F3. RGB value is (222,234,243). Sum of RGB (Red+Green+Blue) = 222+234+243=699 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.76% from 699); Green value is 234 (91.80% from 255 or 33.48% from 699); Blue value is 243 (95.31% from 255 or 34.76% from 699); Max value from RGB is 243 - color contains mainly: blue. Hex color #DEEAF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEAF3 is #21150C. Grayscale: #E7E7E7. Windows color (decimal): -2168077 or 15985374. OLE color: 15985374.

HSL color Cylindrical-coordinate representation of color #DEEAF3: hue angle of 205.71º 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 #DEEAF3 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB222234243-
CMYK0.090.0400.05
HSL205.71º46.67%91.18%-
HSV(B)205.71º8.64%95.29%-
XYZ75.7280.8596.41-
YUV231.44134.52121.27-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.76%
GREEN value IS 234 (91.80% from 255) = 33.48%
BLUE value IS 243 (95.31% from 255) = 34.76%
R=31.76%
G=33.48%
B=34.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222342430.090.0400.05205.7146.6791.18
HexDEEAF39405ce2f5b
Octal3363523631140531657133
Binary11011110111010101111001110011000101110011101011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEAF3; }

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

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

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

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

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

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

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

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