#D2ECEC

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

Shades of Oyster Bay #D2ECEC

Tints of Oyster Bay #D2ECEC

Color information

#D2ECEC (or 0xD2ECEC) is unknown color: approx Oyster Bay. HEX triplet: D2, EC and EC. RGB value is (210,236,236). Sum of RGB (Red+Green+Blue) = 210+236+236=682 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.79% from 682); Green value is 236 (92.58% from 255 or 34.60% from 682); Blue value is 236 (92.58% from 255 or 34.60% from 682); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #D2ECEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2ECEC is #2D1313. Grayscale: #E4E4E4. Windows color (decimal): -2954004 or 15527122. OLE color: 15527122.

HSL color Cylindrical-coordinate representation of color #D2ECEC: hue angle of 180º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2ECEC is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB210236236-
CMYK0.11000.07
HSL180º40.62%87.45%-
HSV(B)180º11.02%92.55%-
XYZ71.7179.7590.97-
YUV228.23132.39115-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.79%
GREEN value IS 236 (92.58% from 255) = 34.60%
BLUE value IS 236 (92.58% from 255) = 34.60%
R=30.79%
G=34.60%
B=34.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2102362360.11000.0718040.6287.45
HexD2ECECB007b42957
Octal3223543541300726451127
Binary110100101110110011101100101100111101101001010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2ECEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2ECEC; }

 p { color: rgb(210,236,236); }

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

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

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

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

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

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

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