#D2EBFE

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

Shades of Pattens Blue #D2EBFE

Tints of Pattens Blue #D2EBFE

Color information

#D2EBFE (or 0xD2EBFE) is unknown color: approx Pattens Blue. HEX triplet: D2, EB and FE. RGB value is (210,235,254). Sum of RGB (Red+Green+Blue) = 210+235+254=699 (92% of max value = 765). Red value is 210 (82.42% from 255 or 30.04% from 699); Green value is 235 (92.19% from 255 or 33.62% from 699); Blue value is 254 (99.61% from 255 or 36.34% from 699); Max value from RGB is 254 - color contains mainly: blue. Hex color #D2EBFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2EBFE is #2D1401. Grayscale: #E5E5E5. Windows color (decimal): -2954242 or 16706514. OLE color: 16706514.

HSL color Cylindrical-coordinate representation of color #D2EBFE: hue angle of 205.91º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2EBFE is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB210235254-
CMYK0.170.0700.00
HSL205.91º95.65%90.98%-
HSV(B)205.91º17.32%99.61%-
XYZ74.1880.27105.35-
YUV229.69141.72113.96-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.04%
GREEN value IS 235 (92.19% from 255) = 33.62%
BLUE value IS 254 (99.61% from 255) = 36.34%
R=30.04%
G=33.62%
B=36.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2102352540.170.0700.00205.9195.6590.98
HexD2EBFE11700ce605b
Octal32235337621700316140133
Binary11010010111010111111111010001111001100111011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EBFE; }

 p { color: rgb(210,235,254); }

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

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

 a { background-color: rgb(210,235,254); }

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

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

 span { border-color: rgb(210,235,254); }

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