#DFEEEE

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

Shades of Oyster Bay #DFEEEE

Tints of Oyster Bay #DFEEEE

Color information

#DFEEEE (or 0xDFEEEE) is unknown color: approx Oyster Bay. HEX triplet: DF, EE and EE. RGB value is (223,238,238). Sum of RGB (Red+Green+Blue) = 223+238+238=699 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.90% from 699); Green value is 238 (93.36% from 255 or 34.05% from 699); Blue value is 238 (93.36% from 255 or 34.05% from 699); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #DFEEEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEEEE is #201111. Grayscale: #E9E9E9. Windows color (decimal): -2101522 or 15658719. OLE color: 15658719.

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

Color convert

RGB223238238-
CMYK0.06000.07
HSL180º30.61%90.39%-
HSV(B)180º6.3%93.33%-
XYZ76.4483.0192.88-
YUV233.52130.53120.5-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.90%
GREEN value IS 238 (93.36% from 255) = 34.05%
BLUE value IS 238 (93.36% from 255) = 34.05%
R=31.90%
G=34.05%
B=34.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232382380.06000.0718030.6190.39
HexDFEEEE6007b41f5a
Octal337356356600726437132
Binary1101111111101110111011101100011110110100111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEEEE; }

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

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

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

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

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

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

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

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