#D4EEEE

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

Shades of Oyster Bay #D4EEEE

Tints of Oyster Bay #D4EEEE

Color information

#D4EEEE (or 0xD4EEEE) is unknown color: approx Oyster Bay. HEX triplet: D4, EE and EE. RGB value is (212,238,238). Sum of RGB (Red+Green+Blue) = 212+238+238=688 (91% of max value = 765). Red value is 212 (83.20% from 255 or 30.81% from 688); Green value is 238 (93.36% from 255 or 34.59% from 688); Blue value is 238 (93.36% from 255 or 34.59% from 688); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #D4EEEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4EEEE is #2B1111. Grayscale: #E6E6E6. Windows color (decimal): -2822418 or 15658708. OLE color: 15658708.

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

Color convert

RGB212238238-
CMYK0.11000.07
HSL180º43.33%88.24%-
HSV(B)180º10.92%93.33%-
XYZ73.1681.3292.73-
YUV230.23132.39115-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 30.81%
GREEN value IS 238 (93.36% from 255) = 34.59%
BLUE value IS 238 (93.36% from 255) = 34.59%
R=30.81%
G=34.59%
B=34.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2122382380.11000.0718043.3388.24
HexD4EEEEB007b42b58
Octal3243563561300726453130
Binary110101001110111011101110101100111101101001010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4EEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4EEEE; }

 p { color: rgb(212,238,238); }

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

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

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

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

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

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

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