#DDEFF3

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

Shades of Pattens Blue #DDEFF3

Tints of Pattens Blue #DDEFF3

Color information

#DDEFF3 (or 0xDDEFF3) is unknown color: approx Pattens Blue. HEX triplet: DD, EF and F3. RGB value is (221,239,243). Sum of RGB (Red+Green+Blue) = 221+239+243=703 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.44% from 703); Green value is 239 (93.75% from 255 or 34.00% from 703); Blue value is 243 (95.31% from 255 or 34.57% from 703); Max value from RGB is 243 - color contains mainly: blue. Hex color #DDEFF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEFF3 is #22100C. Grayscale: #EAEAEA. Windows color (decimal): -2232333 or 15986653. OLE color: 15986653.

HSL color Cylindrical-coordinate representation of color #DDEFF3: hue angle of 190.91º degrees, saturation: 0.48, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDEFF3 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB221239243-
CMYK0.090.0200.05
HSL190.91º47.83%90.98%-
HSV(B)190.91º9.05%95.29%-
XYZ76.8683.5896.87-
YUV234.07133.04118.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.44%
GREEN value IS 239 (93.75% from 255) = 34.00%
BLUE value IS 243 (95.31% from 255) = 34.57%
R=31.44%
G=34.00%
B=34.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212392430.090.0200.05190.9147.8390.98
HexDDEFF39205bf305b
Octal3353573631120527760133
Binary1101110111101111111100111001100101101111111100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEFF3; }

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

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

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

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

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

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

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

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