#D5E0EA

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

Shades of Pattens Blue #D5E0EA

Tints of Pattens Blue #D5E0EA

Color information

#D5E0EA (or 0xD5E0EA) is unknown color: approx Pattens Blue. HEX triplet: D5, E0 and EA. RGB value is (213,224,234). Sum of RGB (Red+Green+Blue) = 213+224+234=671 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.74% from 671); Green value is 224 (87.89% from 255 or 33.38% from 671); Blue value is 234 (91.80% from 255 or 34.87% from 671); Max value from RGB is 234 - color contains mainly: blue. Hex color #D5E0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5E0EA is #2A1F15. Grayscale: #DDDDDD. Windows color (decimal): -2760470 or 15392981. OLE color: 15392981.

HSL color Cylindrical-coordinate representation of color #D5E0EA: hue angle of 208.57º degrees, saturation: 0.33, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D5E0EA is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB213224234-
CMYK0.090.0400.08
HSL208.57º33.33%87.65%-
HSV(B)208.57º8.97%91.76%-
XYZ68.9573.488.38-
YUV221.85134.86121.69-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.74%
GREEN value IS 224 (87.89% from 255) = 33.38%
BLUE value IS 234 (91.80% from 255) = 34.87%
R=31.74%
G=33.38%
B=34.87%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2132242340.090.0400.08208.5733.3387.65
HexD5E0EA9408d12158
Octal32534035211401032141130
Binary110101011110000011101010100110001000110100011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E0EA; }

 p { color: rgb(213,224,234); }

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

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

 a { background-color: rgb(213,224,234); }

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

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

 span { border-color: rgb(213,224,234); }

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