#D7EBF2

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

Shades of Pattens Blue #D7EBF2

Tints of Pattens Blue #D7EBF2

Color information

#D7EBF2 (or 0xD7EBF2) is unknown color: approx Pattens Blue. HEX triplet: D7, EB and F2. RGB value is (215,235,242). Sum of RGB (Red+Green+Blue) = 215+235+242=692 (91% of max value = 765). Red value is 215 (84.38% from 255 or 31.07% from 692); Green value is 235 (92.19% from 255 or 33.96% from 692); Blue value is 242 (94.92% from 255 or 34.97% from 692); Max value from RGB is 242 - color contains mainly: blue. Hex color #D7EBF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7EBF2 is #28140D. Grayscale: #E5E5E5. Windows color (decimal): -2626574 or 15920087. OLE color: 15920087.

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

Color convert

RGB215235242-
CMYK0.110.0300.05
HSL195.56º50.94%89.61%-
HSV(B)195.56º11.16%94.9%-
XYZ73.7680.2795.61-
YUV229.82134.87117.43-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.07%
GREEN value IS 235 (92.19% from 255) = 33.96%
BLUE value IS 242 (94.92% from 255) = 34.97%
R=31.07%
G=33.96%
B=34.97%

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
Decimal2152352420.110.0300.05195.5650.9489.61
HexD7EBF2B305c4335a
Octal3273533621330530463132
Binary1101011111101011111100101011110101110001001100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7EBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7EBF2; }

 p { color: rgb(215,235,242); }

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

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

 a { background-color: rgb(215,235,242); }

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

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

 span { border-color: rgb(215,235,242); }

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