Html Css Color HEX #DBEEF1 Oyster Bay

📋 copy color: '#DBEEF1'

red 219 ◦ green 238 ◦ blue 241

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

Shades of Oyster Bay #DBEEF1

Tints of Oyster Bay #DBEEF1

RGB

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

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

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

R = 31.38%
G = 34.1%
B = 34.53%

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

#DBEEF1 (or 0xDBEEF1) is known color: Oyster Bay. HEX triplet: DB, EE and F1. RGB value is (219,238,241). Sum of RGB (Red+Green+Blue) = 219+238+241=698 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.38% from 698); Green value is 238 (93.36% from 255 or 34.10% from 698); Blue value is 241 (94.53% from 255 or 34.53% from 698); Max value from RGB is 241 - color contains mainly: blue. Hex color #DBEEF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEEF1 is #24110E. Grayscale: #E8E8E8. Windows color (decimal): -2363663 or 15855323. OLE color: 15855323.

HSL color Cylindrical-coordinate representation of color #DBEEF1: hue angle of 188.18º 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 #DBEEF1 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 238 241 -
CMYK 0.09 0.01 0 0.05
HSL 188.18º 0.44% 0.9% -
HSV(B) 188.18º 0.09% 0.95% -
XYZ 75.67 82.56 95.17 -
YUV 232.66 132.71 118.26 -
System Red Green Blue C M Y K H S L
Decimal 219 238 241 0.09 0.01 0 0.05 188.18 0.44 0.9
Hex DB EE F1 9 1 0 5 BC 2C 5A
Octal 333 356 361 11 1 0 5 274 54 132
Binary 11011011 11101110 11110001 1001 1 0 101 10111100 101100 1011010

Color Harmonies of #DBEEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEEF1

Black with #DBEEF1

Text Example


Text Example

White with #DBEEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEEF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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