#DFEDEE

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

Shades of Oyster Bay #DFEDEE

Tints of Oyster Bay #DFEDEE

Color information

#DFEDEE (or 0xDFEDEE) is unknown color: approx Oyster Bay. HEX triplet: DF, ED and EE. RGB value is (223,237,238). Sum of RGB (Red+Green+Blue) = 223+237+238=698 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.95% from 698); Green value is 237 (92.97% from 255 or 33.95% from 698); Blue value is 238 (93.36% from 255 or 34.10% from 698); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFEDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEDEE is #201211. Grayscale: #E8E8E8. Windows color (decimal): -2101778 or 15658463. OLE color: 15658463.

HSL color Cylindrical-coordinate representation of color #DFEDEE: hue angle of 184º degrees, saturation: 0.31, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFEDEE is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB223237238-
CMYK0.060.0000.07
HSL184º30.61%90.39%-
HSV(B)184º6.3%93.33%-
XYZ76.1582.4392.79-
YUV232.93130.86120.92-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.95%
GREEN value IS 237 (92.97% from 255) = 33.95%
BLUE value IS 238 (93.36% from 255) = 34.10%
R=31.95%
G=33.95%
B=34.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232372380.060.0000.0718430.6190.39
HexDFEDEE6007b81f5a
Octal337355356600727037132
Binary1101111111101101111011101100011110111000111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEDEE; }

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

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

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

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

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

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

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

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