Html Css Color HEX #DEEDEE Oyster Bay

📋 copy color: '#DEEDEE'

red 222 ◦ green 237 ◦ blue 238

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

Shades of Oyster Bay #DEEDEE

Tints of Oyster Bay #DEEDEE

RGB

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

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

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

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

CMYK

 C value IS 0.07

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DEEDEE (or 0xDEEDEE) is known color: 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

RGB 222 237 238 -
CMYK 0.07 0.00 0 0.07
HSL 183.75º 0.32% 0.9% -
HSV(B) 183.75º 0.07% 0.93% -
XYZ 75.84 82.27 92.77 -
YUV 232.63 131.03 120.42 -
System Red Green Blue C M Y K H S L
Decimal 222 237 238 0.07 0.00 0 0.07 183.75 0.32 0.9
Hex DE ED EE 7 0 0 7 B8 20 5A
Octal 336 355 356 7 0 0 7 270 40 132
Binary 11011110 11101101 11101110 111 0 0 111 10111000 100000 1011010

Color Harmonies of #DEEDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEDEE

Black with #DEEDEE

Text Example


Text Example

White with #DEEDEE

Text Example


Text Example

HTML Codes & Css Web 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>