#D2EAFD

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

Shades of Pattens Blue #D2EAFD

Tints of Pattens Blue #D2EAFD

Color information

#D2EAFD (or 0xD2EAFD) is unknown color: approx Pattens Blue. HEX triplet: D2, EA and FD. RGB value is (210,234,253). Sum of RGB (Red+Green+Blue) = 210+234+253=697 (92% of max value = 765). Red value is 210 (82.42% from 255 or 30.13% from 697); Green value is 234 (91.80% from 255 or 33.57% from 697); Blue value is 253 (99.22% from 255 or 36.30% from 697); Max value from RGB is 253 - color contains mainly: blue. Hex color #D2EAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2EAFD is #2D1502. Grayscale: #E4E4E4. Windows color (decimal): -2954499 or 16640722. OLE color: 16640722.

HSL color Cylindrical-coordinate representation of color #D2EAFD: hue angle of 206.51º degrees, saturation: 0.91, 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 #D2EAFD is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB210234253-
CMYK0.170.0800.01
HSL206.51º91.49%90.78%-
HSV(B)206.51º17%99.22%-
XYZ73.7379.64104.41-
YUV228.99141.55114.46-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.13%
GREEN value IS 234 (91.80% from 255) = 33.57%
BLUE value IS 253 (99.22% from 255) = 36.30%
R=30.13%
G=33.57%
B=36.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2102342530.170.0800.01206.5191.4990.78
HexD2EAFD11801cf5b5b
Octal322352375211001317133133
Binary110100101110101011111101100011000011100111110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EAFD; }

 p { color: rgb(210,234,253); }

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

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

 a { background-color: rgb(210,234,253); }

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

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

 span { border-color: rgb(210,234,253); }

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