#D2EDFF

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

Shades of Pattens Blue #D2EDFF

Tints of Pattens Blue #D2EDFF

Color information

#D2EDFF (or 0xD2EDFF) is unknown color: approx Pattens Blue. HEX triplet: D2, ED and FF. RGB value is (210,237,255). Sum of RGB (Red+Green+Blue) = 210+237+255=702 (92% of max value = 765). Red value is 210 (82.42% from 255 or 29.91% from 702); Green value is 237 (92.97% from 255 or 33.76% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2EDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2EDFF is #2D1200. Grayscale: #E6E6E6. Windows color (decimal): -2953729 or 16772562. OLE color: 16772562.

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

Color convert

RGB210237255-
CMYK0.180.0700
HSL204º100%91.18%-
HSV(B)204º17.65%100%-
XYZ74.9181.49106.39-
YUV230.98141.55113.04-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 29.91%
GREEN value IS 237 (92.97% from 255) = 33.76%
BLUE value IS 255 (100% from 255) = 36.32%
R=29.91%
G=33.76%
B=36.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2102372550.180.070020410091.18
HexD2EDFF12700cc645b
Octal32235537722700314144133
Binary11010010111011011111111110010111001100110011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EDFF; }

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

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

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

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

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

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

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

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