#DFEBEE

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

Shades of Pattens Blue #DFEBEE

Tints of Pattens Blue #DFEBEE

Color information

#DFEBEE (or 0xDFEBEE) is unknown color: approx Pattens Blue. HEX triplet: DF, EB and EE. RGB value is (223,235,238). Sum of RGB (Red+Green+Blue) = 223+235+238=696 (92% of max value = 765). Red value is 223 (87.5% from 255 or 32.04% from 696); Green value is 235 (92.19% from 255 or 33.76% from 696); Blue value is 238 (93.36% from 255 or 34.20% from 696); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFEBEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEBEE is #201411. Grayscale: #E7E7E7. Windows color (decimal): -2102290 or 15657951. OLE color: 15657951.

HSL color Cylindrical-coordinate representation of color #DFEBEE: hue angle of 192º 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 #DFEBEE is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB223235238-
CMYK0.060.0100.07
HSL192º30.61%90.39%-
HSV(B)192º6.3%93.33%-
XYZ75.5781.2892.59-
YUV231.75131.52121.76-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.04%
GREEN value IS 235 (92.19% from 255) = 33.76%
BLUE value IS 238 (93.36% from 255) = 34.20%
R=32.04%
G=33.76%
B=34.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232352380.060.0100.0719230.6190.39
HexDFEBEE6107c01f5a
Octal337353356610730037132
Binary1101111111101011111011101101011111000000111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEBEE; }

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

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

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

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

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

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

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

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