#D2EBFC

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

Shades of Pattens Blue #D2EBFC

Tints of Pattens Blue #D2EBFC

Color information

#D2EBFC (or 0xD2EBFC) is unknown color: approx Pattens Blue. HEX triplet: D2, EB and FC. RGB value is (210,235,252). Sum of RGB (Red+Green+Blue) = 210+235+252=697 (92% of max value = 765). Red value is 210 (82.42% from 255 or 30.13% from 697); Green value is 235 (92.19% from 255 or 33.72% from 697); Blue value is 252 (98.83% from 255 or 36.15% from 697); Max value from RGB is 252 - color contains mainly: blue. Hex color #D2EBFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2EBFC is #2D1403. Grayscale: #E5E5E5. Windows color (decimal): -2954244 or 16575442. OLE color: 16575442.

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

Color convert

RGB210235252-
CMYK0.170.0700.01
HSL204.29º87.5%90.59%-
HSV(B)204.29º16.67%98.82%-
XYZ73.8680.15103.67-
YUV229.46140.72114.12-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.13%
GREEN value IS 235 (92.19% from 255) = 33.72%
BLUE value IS 252 (98.83% from 255) = 36.15%
R=30.13%
G=33.72%
B=36.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2102352520.170.0700.01204.2987.590.59
HexD2EBFC11701cc585b
Octal32235337421701314130133
Binary11010010111010111111110010001111011100110010110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EBFC; }

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

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

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

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

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

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

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

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