#D2EDFA

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

Shades of Pattens Blue #D2EDFA

Tints of Pattens Blue #D2EDFA

Color information

#D2EDFA (or 0xD2EDFA) is unknown color: approx Pattens Blue. HEX triplet: D2, ED and FA. RGB value is (210,237,250). Sum of RGB (Red+Green+Blue) = 210+237+250=697 (92% of max value = 765). Red value is 210 (82.42% from 255 or 30.13% from 697); Green value is 237 (92.97% from 255 or 34.00% from 697); Blue value is 250 (98.05% from 255 or 35.87% from 697); Max value from RGB is 250 - color contains mainly: blue. Hex color #D2EDFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2EDFA is #2D1205. Grayscale: #E6E6E6. Windows color (decimal): -2953734 or 16444882. OLE color: 16444882.

HSL color Cylindrical-coordinate representation of color #D2EDFA: hue angle of 199.5º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2EDFA is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB210237250-
CMYK0.160.0500.02
HSL199.5º80%90.2%-
HSV(B)199.5º16%98.04%-
XYZ74.1281.17102.2-
YUV230.41139.05113.44-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.13%
GREEN value IS 237 (92.97% from 255) = 34.00%
BLUE value IS 250 (98.05% from 255) = 35.87%
R=30.13%
G=34.00%
B=35.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2102372500.160.0500.02199.58090.2
HexD2EDFA10502c8505a
Octal32235537220502310120132
Binary110100101110110111111010100001010101100100010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EDFA; }

 p { color: rgb(210,237,250); }

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

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

 a { background-color: rgb(210,237,250); }

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

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

 span { border-color: rgb(210,237,250); }

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