#DFEAEE

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

Shades of Pattens Blue #DFEAEE

Tints of Pattens Blue #DFEAEE

Color information

#DFEAEE (or 0xDFEAEE) is unknown color: approx Pattens Blue. HEX triplet: DF, EA and EE. RGB value is (223,234,238). Sum of RGB (Red+Green+Blue) = 223+234+238=695 (92% of max value = 765). Red value is 223 (87.5% from 255 or 32.09% from 695); Green value is 234 (91.80% from 255 or 33.67% 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 #DFEAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEAEE is #201511. Grayscale: #E7E7E7. Windows color (decimal): -2102546 or 15657695. OLE color: 15657695.

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

Color convert

RGB223234238-
CMYK0.060.0200.07
HSL196º30.61%90.39%-
HSV(B)196º6.3%93.33%-
XYZ75.2980.7192.5-
YUV231.17131.86122.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.09%
GREEN value IS 234 (91.80% from 255) = 33.67%
BLUE value IS 238 (93.36% from 255) = 34.24%
R=32.09%
G=33.67%
B=34.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232342380.060.0200.0719630.6190.39
HexDFEAEE6207c41f5a
Octal337352356620730437132
Binary11011111111010101110111011010011111000100111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEAEE; }

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

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

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

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

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

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

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

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