Html Css Color HEX #DEECEE Oyster Bay

📋 copy color: '#DEECEE'

red 222 ◦ green 236 ◦ blue 238

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

Shades of Oyster Bay #DEECEE

Tints of Oyster Bay #DEECEE

RGB

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

 GREEN value IS 236 (92.58% from 255) = 33.91%

 BLUE value IS 238 (93.36% from 255) = 34.2%

R = 31.9%
G = 33.91%
B = 34.2%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DEECEE (or 0xDEECEE) is known color: Oyster Bay. HEX triplet: DE, EC and EE. RGB value is (222,236,238). Sum of RGB (Red+Green+Blue) = 222+236+238=696 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.90% from 696); Green value is 236 (92.58% from 255 or 33.91% from 696); Blue value is 238 (93.36% from 255 or 34.20% from 696); Max value from RGB is 238 - color contains mainly: blue. Hex color #DEECEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEECEE is #211311. Grayscale: #E8E8E8. Windows color (decimal): -2167570 or 15658206. OLE color: 15658206.

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

Color convert

RGB 222 236 238 -
CMYK 0.07 0.01 0 0.07
HSL 187.5º 0.32% 0.9% -
HSV(B) 187.5º 0.07% 0.93% -
XYZ 75.55 81.69 92.68 -
YUV 232.04 131.36 120.84 -
System Red Green Blue C M Y K H S L
Decimal 222 236 238 0.07 0.01 0 0.07 187.5 0.32 0.9
Hex DE EC EE 7 1 0 7 BC 20 5A
Octal 336 354 356 7 1 0 7 274 40 132
Binary 11011110 11101100 11101110 111 1 0 111 10111100 100000 1011010

Color Harmonies of #DEECEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEECEE

Black with #DEECEE

Text Example


Text Example

White with #DEECEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEECEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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