#D5DFEA

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

Shades of Pattens Blue #D5DFEA

Tints of Pattens Blue #D5DFEA

Color information

#D5DFEA (or 0xD5DFEA) is unknown color: approx Pattens Blue. HEX triplet: D5, DF and EA. RGB value is (213,223,234). Sum of RGB (Red+Green+Blue) = 213+223+234=670 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.79% from 670); Green value is 223 (87.5% from 255 or 33.28% from 670); Blue value is 234 (91.80% from 255 or 34.93% from 670); Max value from RGB is 234 - color contains mainly: blue. Hex color #D5DFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DFEA is #2A2015. Grayscale: #DDDDDD. Windows color (decimal): -2760726 or 15392725. OLE color: 15392725.

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

Color convert

RGB213223234-
CMYK0.090.0500.08
HSL211.43º33.33%87.65%-
HSV(B)211.43º8.97%91.76%-
XYZ68.6872.8688.29-
YUV221.26135.19122.11-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.79%
GREEN value IS 223 (87.5% from 255) = 33.28%
BLUE value IS 234 (91.80% from 255) = 34.93%
R=31.79%
G=33.28%
B=34.93%

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
Decimal2132232340.090.0500.08211.4333.3387.65
HexD5DFEA9508d32158
Octal32533735211501032341130
Binary110101011101111111101010100110101000110100111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DFEA; }

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

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

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

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

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

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

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

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