Html Css Color HEX #DBEEED Oyster Bay

📋 copy color: '#DBEEED'

red 219 ◦ green 238 ◦ blue 237

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

Shades of Oyster Bay #DBEEED

Tints of Oyster Bay #DBEEED

RGB

 RED value IS 219 (85.94% from 255) = 31.56%

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

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

R = 31.56%
G = 34.29%
B = 34.15%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#DBEEED (or 0xDBEEED) is known color: Oyster Bay. HEX triplet: DB, EE and ED. RGB value is (219,238,237). Sum of RGB (Red+Green+Blue) = 219+238+237=694 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.56% from 694); Green value is 238 (93.36% from 255 or 34.29% from 694); Blue value is 237 (92.97% from 255 or 34.15% from 694); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEEED is #241112. Grayscale: #E8E8E8. Windows color (decimal): -2363667 or 15593179. OLE color: 15593179.

HSL color Cylindrical-coordinate representation of color #DBEEED: hue angle of 176.84º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBEEED is Cyan = 0.08, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 238 237 -
CMYK 0.08 0 0.00 0.07
HSL 176.84º 0.36% 0.9% -
HSV(B) 176.84º 0.08% 0.93% -
XYZ 75.07 82.32 92.05 -
YUV 232.21 130.71 118.58 -
System Red Green Blue C M Y K H S L
Decimal 219 238 237 0.08 0 0.00 0.07 176.84 0.36 0.9
Hex DB EE ED 8 0 0 7 B1 24 5A
Octal 333 356 355 10 0 0 7 261 44 132
Binary 11011011 11101110 11101101 1000 0 0 111 10110001 100100 1011010

Color Harmonies of #DBEEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEEED

Black with #DBEEED

Text Example


Text Example

White with #DBEEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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