#DEEAF1

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

Shades of Pattens Blue #DEEAF1

Tints of Pattens Blue #DEEAF1

Color information

#DEEAF1 (or 0xDEEAF1) is unknown color: approx Pattens Blue. HEX triplet: DE, EA and F1. RGB value is (222,234,241). Sum of RGB (Red+Green+Blue) = 222+234+241=697 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.85% from 697); Green value is 234 (91.80% from 255 or 33.57% from 697); Blue value is 241 (94.53% from 255 or 34.58% from 697); Max value from RGB is 241 - color contains mainly: blue. Hex color #DEEAF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEAF1 is #21150E. Grayscale: #E7E7E7. Windows color (decimal): -2168079 or 15854302. OLE color: 15854302.

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

Color convert

RGB222234241-
CMYK0.080.0300.05
HSL202.11º40.43%90.78%-
HSV(B)202.11º7.88%94.51%-
XYZ75.4280.7394.83-
YUV231.21133.52121.43-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.85%
GREEN value IS 234 (91.80% from 255) = 33.57%
BLUE value IS 241 (94.53% from 255) = 34.58%
R=31.85%
G=33.57%
B=34.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222342410.080.0300.05202.1140.4390.78
HexDEEAF18305ca285b
Octal3363523611030531250133
Binary1101111011101010111100011000110101110010101010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEAF1; }

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

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

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

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

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

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

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

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