#D4EAEE

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

Shades of Oyster Bay #D4EAEE

Tints of Oyster Bay #D4EAEE

Color information

#D4EAEE (or 0xD4EAEE) is unknown color: approx Oyster Bay. HEX triplet: D4, EA and EE. RGB value is (212,234,238). Sum of RGB (Red+Green+Blue) = 212+234+238=684 (90% of max value = 765). Red value is 212 (83.20% from 255 or 30.99% from 684); Green value is 234 (91.80% from 255 or 34.21% from 684); Blue value is 238 (93.36% from 255 or 34.80% from 684); Max value from RGB is 238 - color contains mainly: blue. Hex color #D4EAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4EAEE is #2B1511. Grayscale: #E3E3E3. Windows color (decimal): -2823442 or 15657684. OLE color: 15657684.

HSL color Cylindrical-coordinate representation of color #D4EAEE: hue angle of 189.23º 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 #D4EAEE is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB212234238-
CMYK0.110.0200.07
HSL189.23º43.33%88.24%-
HSV(B)189.23º10.92%93.33%-
XYZ72.0179.0292.35-
YUV227.88133.71116.67-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 30.99%
GREEN value IS 234 (91.80% from 255) = 34.21%
BLUE value IS 238 (93.36% from 255) = 34.80%
R=30.99%
G=34.21%
B=34.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2122342380.110.0200.07189.2343.3388.24
HexD4EAEEB207bd2b58
Octal3243523561320727553130
Binary1101010011101010111011101011100111101111011010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4EAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4EAEE; }

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

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

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

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

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

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

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

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