#D4EDEE

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

Shades of Oyster Bay #D4EDEE

Tints of Oyster Bay #D4EDEE

Color information

#D4EDEE (or 0xD4EDEE) is unknown color: approx Oyster Bay. HEX triplet: D4, ED and EE. RGB value is (212,237,238). Sum of RGB (Red+Green+Blue) = 212+237+238=687 (90% of max value = 765). Red value is 212 (83.20% from 255 or 30.86% from 687); Green value is 237 (92.97% from 255 or 34.50% from 687); Blue value is 238 (93.36% from 255 or 34.64% from 687); Max value from RGB is 238 - color contains mainly: blue. Hex color #D4EDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4EDEE is #2B1211. Grayscale: #E5E5E5. Windows color (decimal): -2822674 or 15658452. OLE color: 15658452.

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

Color convert

RGB212237238-
CMYK0.110.0000.07
HSL182.31º43.33%88.24%-
HSV(B)182.31º10.92%93.33%-
XYZ72.8780.7492.63-
YUV229.64132.72115.42-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 30.86%
GREEN value IS 237 (92.97% from 255) = 34.50%
BLUE value IS 238 (93.36% from 255) = 34.64%
R=30.86%
G=34.50%
B=34.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2122372380.110.0000.07182.3143.3388.24
HexD4EDEEB007b62b58
Octal3243553561300726653130
Binary110101001110110111101110101100111101101101010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4EDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4EDEE; }

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

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

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

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

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

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

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

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