#DDEBEE

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

Shades of Pattens Blue #DDEBEE

Tints of Pattens Blue #DDEBEE

Color information

#DDEBEE (or 0xDDEBEE) is unknown color: approx Pattens Blue. HEX triplet: DD, EB and EE. RGB value is (221,235,238). Sum of RGB (Red+Green+Blue) = 221+235+238=694 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.84% from 694); Green value is 235 (92.19% from 255 or 33.86% from 694); Blue value is 238 (93.36% from 255 or 34.29% from 694); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDEBEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEBEE is #221411. Grayscale: #E7E7E7. Windows color (decimal): -2233362 or 15657949. OLE color: 15657949.

HSL color Cylindrical-coordinate representation of color #DDEBEE: hue angle of 190.59º degrees, saturation: 0.33, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDEBEE is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB221235238-
CMYK0.070.0100.07
HSL190.59º33.33%90%-
HSV(B)190.59º7.14%93.33%-
XYZ74.9680.9692.57-
YUV231.16131.86120.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.84%
GREEN value IS 235 (92.19% from 255) = 33.86%
BLUE value IS 238 (93.36% from 255) = 34.29%
R=31.84%
G=33.86%
B=34.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212352380.070.0100.07190.5933.3390
HexDDEBEE7107bf215a
Octal335353356710727741132
Binary11011101111010111110111011110111101111111000011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEBEE; }

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

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

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

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

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

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

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

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