#DFEEFA

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

Shades of Pattens Blue #DFEEFA

Tints of Pattens Blue #DFEEFA

Color information

#DFEEFA (or 0xDFEEFA) is unknown color: approx Pattens Blue. HEX triplet: DF, EE and FA. RGB value is (223,238,250). Sum of RGB (Red+Green+Blue) = 223+238+250=711 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.36% from 711); Green value is 238 (93.36% from 255 or 33.47% from 711); Blue value is 250 (98.05% from 255 or 35.16% from 711); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFEEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEEFA is #201105. Grayscale: #EAEAEA. Windows color (decimal): -2101510 or 16445151. OLE color: 16445151.

HSL color Cylindrical-coordinate representation of color #DFEEFA: hue angle of 206.67º degrees, saturation: 0.73, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFEEFA is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB223238250-
CMYK0.110.0500.02
HSL206.67º72.97%92.75%-
HSV(B)206.67º10.8%98.04%-
XYZ78.2683.74102.48-
YUV234.88136.53119.52-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.36%
GREEN value IS 238 (93.36% from 255) = 33.47%
BLUE value IS 250 (98.05% from 255) = 35.16%
R=31.36%
G=33.47%
B=35.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232382500.110.0500.02206.6772.9792.75
HexDFEEFAB502cf495d
Octal33735637213502317111135
Binary11011111111011101111101010111010101100111110010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEEFA; }

 p { color: rgb(223,238,250); }

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

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

 a { background-color: rgb(223,238,250); }

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

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

 span { border-color: rgb(223,238,250); }

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