#D5ECEC

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

Shades of Oyster Bay #D5ECEC

Tints of Oyster Bay #D5ECEC

Color information

#D5ECEC (or 0xD5ECEC) is unknown color: approx Oyster Bay. HEX triplet: D5, EC and EC. RGB value is (213,236,236). Sum of RGB (Red+Green+Blue) = 213+236+236=685 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.09% from 685); Green value is 236 (92.58% from 255 or 34.45% from 685); Blue value is 236 (92.58% from 255 or 34.45% from 685); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #D5ECEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5ECEC is #2A1313. Grayscale: #E5E5E5. Windows color (decimal): -2757396 or 15527125. OLE color: 15527125.

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

Color convert

RGB213236236-
CMYK0.10000.07
HSL180º37.7%88.04%-
HSV(B)180º9.75%92.55%-
XYZ72.5880.1991.01-
YUV229.12131.88116.5-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.09%
GREEN value IS 236 (92.58% from 255) = 34.45%
BLUE value IS 236 (92.58% from 255) = 34.45%
R=31.09%
G=34.45%
B=34.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2132362360.10000.0718037.788.04
HexD5ECECA007b42658
Octal3253543541200726446130
Binary110101011110110011101100101000111101101001001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ECEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ECEC; }

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

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

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

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

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

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

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

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