#DEEDEE

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

Shades of Oyster Bay #DEEDEE

Tints of Oyster Bay #DEEDEE

Color information

#DEEDEE (or 0xDEEDEE) is unknown color: approx Oyster Bay. HEX triplet: DE, ED and EE. RGB value is (222,237,238). Sum of RGB (Red+Green+Blue) = 222+237+238=697 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.85% from 697); Green value is 237 (92.97% from 255 or 34.00% from 697); Blue value is 238 (93.36% from 255 or 34.15% from 697); Max value from RGB is 238 - color contains mainly: blue. Hex color #DEEDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEDEE is #211211. Grayscale: #E8E8E8. Windows color (decimal): -2167314 or 15658462. OLE color: 15658462.

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

Color convert

RGB222237238-
CMYK0.070.0000.07
HSL183.75º32%90.2%-
HSV(B)183.75º6.72%93.33%-
XYZ75.8482.2792.77-
YUV232.63131.03120.42-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.85%
GREEN value IS 237 (92.97% from 255) = 34.00%
BLUE value IS 238 (93.36% from 255) = 34.15%
R=31.85%
G=34.00%
B=34.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222372380.070.0000.07183.753290.2
HexDEEDEE7007b8205a
Octal336355356700727040132
Binary11011110111011011110111011100111101110001000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEDEE; }

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

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

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

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

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

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

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

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