Html Css Color HEX #DEEEED Oyster Bay

📋 copy color: '#DEEEED'

red 222 ◦ green 238 ◦ blue 237

#DEEEED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oyster Bay #DEEEED

Tints of Oyster Bay #DEEEED

RGB

 RED value IS 222 (87.11% from 255) = 31.85%

 GREEN value IS 238 (93.36% from 255) = 34.15%

 BLUE value IS 237 (92.97% from 255) = 34%

R = 31.85%
G = 34.15%
B = 34%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#DEEEED (or 0xDEEEED) is known color: Oyster Bay. HEX triplet: DE, EE and ED. RGB value is (222,238,237). Sum of RGB (Red+Green+Blue) = 222+238+237=697 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.85% from 697); Green value is 238 (93.36% from 255 or 34.15% from 697); Blue value is 237 (92.97% from 255 or 34.00% from 697); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEEED is #211112. Grayscale: #E9E9E9. Windows color (decimal): -2167059 or 15593182. OLE color: 15593182.

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

Color convert

RGB 222 238 237 -
CMYK 0.07 0 0.00 0.07
HSL 176.25º 0.32% 0.9% -
HSV(B) 176.25º 0.07% 0.93% -
XYZ 75.98 82.79 92.1 -
YUV 233.1 130.2 120.08 -
System Red Green Blue C M Y K H S L
Decimal 222 238 237 0.07 0 0.00 0.07 176.25 0.32 0.9
Hex DE EE ED 7 0 0 7 B0 20 5A
Octal 336 356 355 7 0 0 7 260 40 132
Binary 11011110 11101110 11101101 111 0 0 111 10110000 100000 1011010

Color Harmonies of #DEEEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEEED

Black with #DEEEED

Text Example


Text Example

White with #DEEEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEEED; }

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

 H1.HeaderClassName
 {
   color: #DEEEED;
 }
 .AnyTagClassName
 {
   color: #DEEEED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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