#DDEBF0

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

Shades of Pattens Blue #DDEBF0

Tints of Pattens Blue #DDEBF0

Color information

#DDEBF0 (or 0xDDEBF0) is unknown color: approx Pattens Blue. HEX triplet: DD, EB and F0. RGB value is (221,235,240). Sum of RGB (Red+Green+Blue) = 221+235+240=696 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.75% from 696); Green value is 235 (92.19% from 255 or 33.76% from 696); Blue value is 240 (94.14% from 255 or 34.48% from 696); Max value from RGB is 240 - color contains mainly: blue. Hex color #DDEBF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEBF0 is #22140F. Grayscale: #E7E7E7. Windows color (decimal): -2233360 or 15789021. OLE color: 15789021.

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

Color convert

RGB221235240-
CMYK0.080.0200.06
HSL195.79º38.78%90.39%-
HSV(B)195.79º7.92%94.12%-
XYZ75.2681.0894.12-
YUV231.38132.86120.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.75%
GREEN value IS 235 (92.19% from 255) = 33.76%
BLUE value IS 240 (94.14% from 255) = 34.48%
R=31.75%
G=33.76%
B=34.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2212352400.080.0200.06195.7938.7890.39
HexDDEBF08206c4275a
Octal3353533601020630447132
Binary1101110111101011111100001000100110110001001001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEBF0; }

 p { color: rgb(221,235,240); }

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

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

 a { background-color: rgb(221,235,240); }

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

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

 span { border-color: rgb(221,235,240); }

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