#DDEEEE

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

Shades of Oyster Bay #DDEEEE

Tints of Oyster Bay #DDEEEE

Color information

#DDEEEE (or 0xDDEEEE) is unknown color: approx Oyster Bay. HEX triplet: DD, EE and EE. RGB value is (221,238,238). Sum of RGB (Red+Green+Blue) = 221+238+238=697 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.71% from 697); Green value is 238 (93.36% from 255 or 34.15% from 697); Blue value is 238 (93.36% from 255 or 34.15% from 697); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #DDEEEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEEEE is #221111. Grayscale: #E8E8E8. Windows color (decimal): -2232594 or 15658717. OLE color: 15658717.

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

Color convert

RGB221238238-
CMYK0.07000.07
HSL180º33.33%90%-
HSV(B)180º7.14%93.33%-
XYZ75.8382.6992.85-
YUV232.92130.87119.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.71%
GREEN value IS 238 (93.36% from 255) = 34.15%
BLUE value IS 238 (93.36% from 255) = 34.15%
R=31.71%
G=34.15%
B=34.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212382380.07000.0718033.3390
HexDDEEEE7007b4215a
Octal335356356700726441132
Binary11011101111011101110111011100111101101001000011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEEEE; }

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

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

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

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

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

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

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

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