#D4E0EB

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

Shades of Pattens Blue #D4E0EB

Tints of Pattens Blue #D4E0EB

Color information

#D4E0EB (or 0xD4E0EB) is unknown color: approx Pattens Blue. HEX triplet: D4, E0 and EB. RGB value is (212,224,235). Sum of RGB (Red+Green+Blue) = 212+224+235=671 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.59% from 671); Green value is 224 (87.89% from 255 or 33.38% from 671); Blue value is 235 (92.19% from 255 or 35.02% from 671); Max value from RGB is 235 - color contains mainly: blue. Hex color #D4E0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4E0EB is #2B1F14. Grayscale: #DDDDDD. Windows color (decimal): -2826005 or 15458516. OLE color: 15458516.

HSL color Cylindrical-coordinate representation of color #D4E0EB: hue angle of 208.7º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D4E0EB is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB212224235-
CMYK0.100.0500.08
HSL208.7º36.51%87.65%-
HSV(B)208.7º9.79%92.16%-
XYZ68.873.3189.12-
YUV221.67135.52121.11-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.59%
GREEN value IS 224 (87.89% from 255) = 33.38%
BLUE value IS 235 (92.19% from 255) = 35.02%
R=31.59%
G=33.38%
B=35.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2122242350.100.0500.08208.736.5187.65
HexD4E0EBA508d12558
Octal32434035312501032145130
Binary110101001110000011101011101010101000110100011001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E0EB; }

 p { color: rgb(212,224,235); }

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

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

 a { background-color: rgb(212,224,235); }

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

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

 span { border-color: rgb(212,224,235); }

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