#D4DFEA

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

Shades of Pattens Blue #D4DFEA

Tints of Pattens Blue #D4DFEA

Color information

#D4DFEA (or 0xD4DFEA) is unknown color: approx Pattens Blue. HEX triplet: D4, DF and EA. RGB value is (212,223,234). Sum of RGB (Red+Green+Blue) = 212+223+234=669 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.69% from 669); Green value is 223 (87.5% from 255 or 33.33% from 669); Blue value is 234 (91.80% from 255 or 34.98% from 669); Max value from RGB is 234 - color contains mainly: blue. Hex color #D4DFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4DFEA is #2B2015. Grayscale: #DCDCDC. Windows color (decimal): -2826262 or 15392724. OLE color: 15392724.

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

Color convert

RGB212223234-
CMYK0.090.0500.08
HSL210º34.37%87.45%-
HSV(B)210º9.4%91.76%-
XYZ68.3972.7188.27-
YUV220.96135.36121.61-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.69%
GREEN value IS 223 (87.5% from 255) = 33.33%
BLUE value IS 234 (91.80% from 255) = 34.98%
R=31.69%
G=33.33%
B=34.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2122232340.090.0500.0821034.3787.45
HexD4DFEA9508d22257
Octal32433735211501032242127
Binary110101001101111111101010100110101000110100101000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DFEA; }

 p { color: rgb(212,223,234); }

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

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

 a { background-color: rgb(212,223,234); }

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

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

 span { border-color: rgb(212,223,234); }

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