#DDEEFB

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

Shades of Pattens Blue #DDEEFB

Tints of Pattens Blue #DDEEFB

Color information

#DDEEFB (or 0xDDEEFB) is unknown color: approx Pattens Blue. HEX triplet: DD, EE and FB. RGB value is (221,238,251). Sum of RGB (Red+Green+Blue) = 221+238+251=710 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.13% from 710); Green value is 238 (93.36% from 255 or 33.52% from 710); Blue value is 251 (98.44% from 255 or 35.35% from 710); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDEEFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEEFB is #221104. Grayscale: #EAEAEA. Windows color (decimal): -2232581 or 16510685. OLE color: 16510685.

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

Color convert

RGB221238251-
CMYK0.120.0500.02
HSL206º78.95%92.55%-
HSV(B)206º11.95%98.43%-
XYZ77.8183.49103.28-
YUV234.4137.37118.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.13%
GREEN value IS 238 (93.36% from 255) = 33.52%
BLUE value IS 251 (98.44% from 255) = 35.35%
R=31.13%
G=33.52%
B=35.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212382510.120.0500.0220678.9592.55
HexDDEEFBC502ce4f5d
Octal33535637314502316117135
Binary11011101111011101111101111001010101100111010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEEFB; }

 p { color: rgb(221,238,251); }

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

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

 a { background-color: rgb(221,238,251); }

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

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

 span { border-color: rgb(221,238,251); }

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