#D2EEF1

Color #D2EEF1 Oyster Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oyster Bay #D2EEF1

Tints of Oyster Bay #D2EEF1

Color information

#D2EEF1 (or 0xD2EEF1) is unknown color: approx Oyster Bay. HEX triplet: D2, EE and F1. RGB value is (210,238,241). Sum of RGB (Red+Green+Blue) = 210+238+241=689 (91% of max value = 765). Red value is 210 (82.42% from 255 or 30.48% from 689); Green value is 238 (93.36% from 255 or 34.54% from 689); Blue value is 241 (94.53% from 255 or 34.98% from 689); Max value from RGB is 241 - color contains mainly: blue. Hex color #D2EEF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2EEF1 is #2D110E. Grayscale: #E5E5E5. Windows color (decimal): -2953487 or 15855314. OLE color: 15855314.

HSL color Cylindrical-coordinate representation of color #D2EEF1: hue angle of 185.81º degrees, saturation: 0.53, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D2EEF1 is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB210238241-
CMYK0.130.0100.05
HSL185.81º52.54%88.43%-
HSV(B)185.81º12.86%94.51%-
XYZ73.0381.295.04-
YUV229.97134.22113.76-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.48%
GREEN value IS 238 (93.36% from 255) = 34.54%
BLUE value IS 241 (94.53% from 255) = 34.98%
R=30.48%
G=34.54%
B=34.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2102382410.130.0100.05185.8152.5488.43
HexD2EEF1D105ba3558
Octal3223563611510527265130
Binary110100101110111011110001110110101101110101101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EEF1; }

 p { color: rgb(210,238,241); }

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

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

 a { background-color: rgb(210,238,241); }

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

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

 span { border-color: rgb(210,238,241); }

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