#D4E2EB

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

Shades of Pattens Blue #D4E2EB

Tints of Pattens Blue #D4E2EB

Color information

#D4E2EB (or 0xD4E2EB) is unknown color: approx Pattens Blue. HEX triplet: D4, E2 and EB. RGB value is (212,226,235). Sum of RGB (Red+Green+Blue) = 212+226+235=673 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.50% from 673); Green value is 226 (88.67% from 255 or 33.58% from 673); Blue value is 235 (92.19% from 255 or 34.92% from 673); Max value from RGB is 235 - color contains mainly: blue. Hex color #D4E2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4E2EB is #2B1D14. Grayscale: #DEDEDE. Windows color (decimal): -2825493 or 15459028. OLE color: 15459028.

HSL color Cylindrical-coordinate representation of color #D4E2EB: hue angle of 203.48º 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 #D4E2EB is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB212226235-
CMYK0.100.0400.08
HSL203.48º36.51%87.65%-
HSV(B)203.48º9.79%92.16%-
XYZ69.3474.3989.3-
YUV222.84134.86120.27-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.50%
GREEN value IS 226 (88.67% from 255) = 33.58%
BLUE value IS 235 (92.19% from 255) = 34.92%
R=31.50%
G=33.58%
B=34.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2122262350.100.0400.08203.4836.5187.65
HexD4E2EBA408cb2558
Octal32434235312401031345130
Binary110101001110001011101011101010001000110010111001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E2EB; }

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

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

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

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

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

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

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

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