Html Css Color HEX #DBEFF1 Oyster Bay

📋 copy color: '#DBEFF1'

red 219 ◦ green 239 ◦ blue 241

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

Shades of Oyster Bay #DBEFF1

Tints of Oyster Bay #DBEFF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 34.48%

R = 31.33%
G = 34.19%
B = 34.48%

CMYK

 C value IS 0.09

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DBEFF1 (or 0xDBEFF1) is known color: Oyster Bay. HEX triplet: DB, EF and F1. RGB value is (219,239,241). Sum of RGB (Red+Green+Blue) = 219+239+241=699 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.33% from 699); Green value is 239 (93.75% from 255 or 34.19% from 699); Blue value is 241 (94.53% from 255 or 34.48% from 699); Max value from RGB is 241 - color contains mainly: blue. Hex color #DBEFF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEFF1 is #24100E. Grayscale: #E9E9E9. Windows color (decimal): -2363407 or 15855579. OLE color: 15855579.

HSL color Cylindrical-coordinate representation of color #DBEFF1: hue angle of 185.45º degrees, saturation: 0.44, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBEFF1 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 239 241 -
CMYK 0.09 0.01 0 0.05
HSL 185.45º 0.44% 0.9% -
HSV(B) 185.45º 0.09% 0.95% -
XYZ 75.96 83.14 95.26 -
YUV 233.25 132.37 117.84 -
System Red Green Blue C M Y K H S L
Decimal 219 239 241 0.09 0.01 0 0.05 185.45 0.44 0.9
Hex DB EF F1 9 1 0 5 B9 2C 5A
Octal 333 357 361 11 1 0 5 271 54 132
Binary 11011011 11101111 11110001 1001 1 0 101 10111001 101100 1011010

Color Harmonies of #DBEFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEFF1

Black with #DBEFF1

Text Example


Text Example

White with #DBEFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEFF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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