#DDEFFB

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

Shades of Pattens Blue #DDEFFB

Tints of Pattens Blue #DDEFFB

Color information

#DDEFFB (or 0xDDEFFB) is unknown color: approx Pattens Blue. HEX triplet: DD, EF and FB. RGB value is (221,239,251). Sum of RGB (Red+Green+Blue) = 221+239+251=711 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.08% from 711); Green value is 239 (93.75% from 255 or 33.61% from 711); Blue value is 251 (98.44% from 255 or 35.30% from 711); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDEFFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEFFB is #221004. Grayscale: #EAEAEA. Windows color (decimal): -2232325 or 16510941. OLE color: 16510941.

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

Color convert

RGB221239251-
CMYK0.120.0500.02
HSL204º78.95%92.55%-
HSV(B)204º11.95%98.43%-
XYZ78.184.07103.38-
YUV234.99137.04118.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.08%
GREEN value IS 239 (93.75% from 255) = 33.61%
BLUE value IS 251 (98.44% from 255) = 35.30%
R=31.08%
G=33.61%
B=35.30%

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
Decimal2212392510.120.0500.0220478.9592.55
HexDDEFFBC502cc4f5d
Octal33535737314502314117135
Binary11011101111011111111101111001010101100110010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEFFB; }

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

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

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

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

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

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

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

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