#D2EBFF

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

Shades of Pattens Blue #D2EBFF

Tints of Pattens Blue #D2EBFF

Color information

#D2EBFF (or 0xD2EBFF) is unknown color: approx Pattens Blue. HEX triplet: D2, EB and FF. RGB value is (210,235,255). Sum of RGB (Red+Green+Blue) = 210+235+255=700 (92% of max value = 765). Red value is 210 (82.42% from 255 or 30% from 700); Green value is 235 (92.19% from 255 or 33.57% from 700); Blue value is 255 (100% from 255 or 36.43% from 700); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2EBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2EBFF is #2D1400. Grayscale: #E5E5E5. Windows color (decimal): -2954241 or 16772050. OLE color: 16772050.

HSL color Cylindrical-coordinate representation of color #D2EBFF: hue angle of 206.67º 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 #D2EBFF is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB210235255-
CMYK0.180.0800
HSL206.67º100%91.18%-
HSV(B)206.67º17.65%100%-
XYZ74.3480.34106.2-
YUV229.8142.22113.87-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30%
GREEN value IS 235 (92.19% from 255) = 33.57%
BLUE value IS 255 (100% from 255) = 36.43%
R=30%
G=33.57%
B=36.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2102352550.180.0800206.6710091.18
HexD2EBFF12800cf645b
Octal322353377221000317144133
Binary110100101110101111111111100101000001100111111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EBFF; }

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

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

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

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

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

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

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

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