#D7EAF3

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

Shades of Pattens Blue #D7EAF3

Tints of Pattens Blue #D7EAF3

Color information

#D7EAF3 (or 0xD7EAF3) is unknown color: approx Pattens Blue. HEX triplet: D7, EA and F3. RGB value is (215,234,243). Sum of RGB (Red+Green+Blue) = 215+234+243=692 (91% of max value = 765). Red value is 215 (84.38% from 255 or 31.07% from 692); Green value is 234 (91.80% from 255 or 33.82% from 692); Blue value is 243 (95.31% from 255 or 35.12% from 692); Max value from RGB is 243 - color contains mainly: blue. Hex color #D7EAF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7EAF3 is #28150C. Grayscale: #E5E5E5. Windows color (decimal): -2626829 or 15985367. OLE color: 15985367.

HSL color Cylindrical-coordinate representation of color #D7EAF3: hue angle of 199.29º degrees, saturation: 0.54, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D7EAF3 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB215234243-
CMYK0.120.0400.05
HSL199.29º53.85%89.8%-
HSV(B)199.29º11.52%95.29%-
XYZ73.6279.7696.31-
YUV229.34135.71117.77-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.07%
GREEN value IS 234 (91.80% from 255) = 33.82%
BLUE value IS 243 (95.31% from 255) = 35.12%
R=31.07%
G=33.82%
B=35.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2152342430.120.0400.05199.2953.8589.8
HexD7EAF3C405c7365a
Octal3273523631440530766132
Binary11010111111010101111001111001000101110001111101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7EAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7EAF3; }

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

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

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

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

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

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

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

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