Html Css Color HEX #DEF0EF Oyster Bay

📋 copy color: '#DEF0EF'

red 222 ◦ green 240 ◦ blue 239

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

Shades of Oyster Bay #DEF0EF

Tints of Oyster Bay #DEF0EF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 34.24%

 BLUE value IS 239 (93.75% from 255) = 34.09%

R = 31.67%
G = 34.24%
B = 34.09%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#DEF0EF (or 0xDEF0EF) is known color: Oyster Bay. HEX triplet: DE, F0 and EF. RGB value is (222,240,239). Sum of RGB (Red+Green+Blue) = 222+240+239=701 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.67% from 701); Green value is 240 (94.14% from 255 or 34.24% from 701); Blue value is 239 (93.75% from 255 or 34.09% from 701); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF0EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF0EF is #210F10. Grayscale: #EAEAEA. Windows color (decimal): -2166545 or 15724766. OLE color: 15724766.

HSL color Cylindrical-coordinate representation of color #DEF0EF: hue angle of 176.67º degrees, saturation: 0.38, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DEF0EF is Cyan = 0.08, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 222 240 239 -
CMYK 0.08 0 0.00 0.06
HSL 176.67º 0.38% 0.91% -
HSV(B) 176.67º 0.07% 0.94% -
XYZ 76.86 84.08 93.84 -
YUV 234.5 130.54 119.08 -
System Red Green Blue C M Y K H S L
Decimal 222 240 239 0.08 0 0.00 0.06 176.67 0.38 0.91
Hex DE F0 EF 8 0 0 6 B1 26 5B
Octal 336 360 357 10 0 0 6 261 46 133
Binary 11011110 11110000 11101111 1000 0 0 110 10110001 100110 1011011

Color Harmonies of #DEF0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF0EF

Black with #DEF0EF

Text Example


Text Example

White with #DEF0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF0EF; }

 p { color: rgb(222,240,239); }

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

background-color css

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

 a { background-color: rgb(222,240,239); }

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

border-color css

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

 span { border-color: rgb(222,240,239); }

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