#D7EAF1

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

Shades of Pattens Blue #D7EAF1

Tints of Pattens Blue #D7EAF1

Color information

#D7EAF1 (or 0xD7EAF1) is unknown color: approx Pattens Blue. HEX triplet: D7, EA and F1. RGB value is (215,234,241). Sum of RGB (Red+Green+Blue) = 215+234+241=690 (91% of max value = 765). Red value is 215 (84.38% from 255 or 31.16% from 690); Green value is 234 (91.80% from 255 or 33.91% from 690); Blue value is 241 (94.53% from 255 or 34.93% from 690); Max value from RGB is 241 - color contains mainly: blue. Hex color #D7EAF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7EAF1 is #28150E. Grayscale: #E5E5E5. Windows color (decimal): -2626831 or 15854295. OLE color: 15854295.

HSL color Cylindrical-coordinate representation of color #D7EAF1: hue angle of 196.15º degrees, saturation: 0.48, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D7EAF1 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB215234241-
CMYK0.110.0300.05
HSL196.15º48.15%89.41%-
HSV(B)196.15º10.79%94.51%-
XYZ73.3279.6494.73-
YUV229.12134.71117.93-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.16%
GREEN value IS 234 (91.80% from 255) = 33.91%
BLUE value IS 241 (94.53% from 255) = 34.93%
R=31.16%
G=33.91%
B=34.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2152342410.110.0300.05196.1548.1589.41
HexD7EAF1B305c43059
Octal3273523611330530460131
Binary1101011111101010111100011011110101110001001100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7EAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7EAF1; }

 p { color: rgb(215,234,241); }

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

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

 a { background-color: rgb(215,234,241); }

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

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

 span { border-color: rgb(215,234,241); }

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