Html Css Color HEX #DBEFF3 Oyster Bay

📋 copy color: '#DBEFF3'

red 219 ◦ green 239 ◦ blue 243

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

Shades of Oyster Bay #DBEFF3

Tints of Oyster Bay #DBEFF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 34.66%

R = 31.24%
G = 34.09%
B = 34.66%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DBEFF3 (or 0xDBEFF3) is known color: Oyster Bay. HEX triplet: DB, EF and F3. RGB value is (219,239,243). Sum of RGB (Red+Green+Blue) = 219+239+243=701 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.24% from 701); Green value is 239 (93.75% from 255 or 34.09% from 701); Blue value is 243 (95.31% from 255 or 34.66% from 701); Max value from RGB is 243 - color contains mainly: blue. Hex color #DBEFF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEFF3 is #24100C. Grayscale: #E9E9E9. Windows color (decimal): -2363405 or 15986651. OLE color: 15986651.

HSL color Cylindrical-coordinate representation of color #DBEFF3: hue angle of 190º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBEFF3 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 239 243 -
CMYK 0.10 0.02 0 0.05
HSL 190º 0.5% 0.91% -
HSV(B) 190º 0.1% 0.95% -
XYZ 76.26 83.26 96.85 -
YUV 233.48 133.37 117.67 -
System Red Green Blue C M Y K H S L
Decimal 219 239 243 0.10 0.02 0 0.05 190 0.5 0.91
Hex DB EF F3 A 2 0 5 BE 32 5B
Octal 333 357 363 12 2 0 5 276 62 133
Binary 11011011 11101111 11110011 1010 10 0 101 10111110 110010 1011011

Color Harmonies of #DBEFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEFF3

Black with #DBEFF3

Text Example


Text Example

White with #DBEFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEFF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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