Html Css Color HEX #DBECEF Oyster Bay

📋 copy color: '#DBECEF'

red 219 ◦ green 236 ◦ blue 239

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

Shades of Oyster Bay #DBECEF

Tints of Oyster Bay #DBECEF

RGB

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

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

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

R = 31.56%
G = 34.01%
B = 34.44%

CMYK

 C value IS 0.08

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DBECEF (or 0xDBECEF) is known color: Oyster Bay. HEX triplet: DB, EC and EF. RGB value is (219,236,239). Sum of RGB (Red+Green+Blue) = 219+236+239=694 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.56% from 694); Green value is 236 (92.58% from 255 or 34.01% from 694); Blue value is 239 (93.75% from 255 or 34.44% from 694); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBECEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBECEF is #241310. Grayscale: #E7E7E7. Windows color (decimal): -2364177 or 15723739. OLE color: 15723739.

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

Color convert

RGB 219 236 239 -
CMYK 0.08 0.01 0 0.06
HSL 189º 0.38% 0.9% -
HSV(B) 189º 0.08% 0.94% -
XYZ 74.79 81.28 93.41 -
YUV 231.26 132.37 119.26 -
System Red Green Blue C M Y K H S L
Decimal 219 236 239 0.08 0.01 0 0.06 189 0.38 0.9
Hex DB EC EF 8 1 0 6 BD 26 5A
Octal 333 354 357 10 1 0 6 275 46 132
Binary 11011011 11101100 11101111 1000 1 0 110 10111101 100110 1011010

Color Harmonies of #DBECEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBECEF

Black with #DBECEF

Text Example


Text Example

White with #DBECEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBECEF; }

 p { color: rgb(219,236,239); }

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

background-color css

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

 a { background-color: rgb(219,236,239); }

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

border-color css

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

 span { border-color: rgb(219,236,239); }

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