#DFEEEF

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

Shades of Oyster Bay #DFEEEF

Tints of Oyster Bay #DFEEEF

Color information

#DFEEEF (or 0xDFEEEF) is unknown color: approx Oyster Bay. HEX triplet: DF, EE and EF. RGB value is (223,238,239). Sum of RGB (Red+Green+Blue) = 223+238+239=700 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.86% from 700); Green value is 238 (93.36% from 255 or 34% from 700); Blue value is 239 (93.75% from 255 or 34.14% from 700); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFEEEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEEEF is #201110. Grayscale: #E9E9E9. Windows color (decimal): -2101521 or 15724255. OLE color: 15724255.

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

Color convert

RGB223238239-
CMYK0.070.0000.06
HSL183.75º33.33%90.59%-
HSV(B)183.75º6.69%93.73%-
XYZ76.5983.0793.66-
YUV233.63131.03120.42-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.86%
GREEN value IS 238 (93.36% from 255) = 34%
BLUE value IS 239 (93.75% from 255) = 34.14%
R=31.86%
G=34%
B=34.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2232382390.070.0000.06183.7533.3390.59
HexDFEEEF7006b8215b
Octal337356357700627041133
Binary11011111111011101110111111100110101110001000011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEEEF; }

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

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

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

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

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

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

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

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