Html Css Color HEX #DBEEEF Oyster Bay

📋 copy color: '#DBEEEF'

red 219 ◦ green 238 ◦ blue 239

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

Shades of Oyster Bay #DBEEEF

Tints of Oyster Bay #DBEEEF

RGB

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

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

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

R = 31.47%
G = 34.2%
B = 34.34%

CMYK

 C value IS 0.08

 M value IS 0.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DBEEEF (or 0xDBEEEF) is known color: Oyster Bay. HEX triplet: DB, EE and EF. RGB value is (219,238,239). Sum of RGB (Red+Green+Blue) = 219+238+239=696 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.47% from 696); Green value is 238 (93.36% from 255 or 34.20% from 696); Blue value is 239 (93.75% from 255 or 34.34% from 696); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBEEEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEEEF is #241110. Grayscale: #E8E8E8. Windows color (decimal): -2363665 or 15724251. OLE color: 15724251.

HSL color Cylindrical-coordinate representation of color #DBEEEF: hue angle of 183º 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 #DBEEEF is Cyan = 0.08, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 238 239 -
CMYK 0.08 0.00 0 0.06
HSL 183º 0.38% 0.9% -
HSV(B) 183º 0.08% 0.94% -
XYZ 75.37 82.44 93.6 -
YUV 232.43 131.71 118.42 -
System Red Green Blue C M Y K H S L
Decimal 219 238 239 0.08 0.00 0 0.06 183 0.38 0.9
Hex DB EE EF 8 0 0 6 B7 26 5A
Octal 333 356 357 10 0 0 6 267 46 132
Binary 11011011 11101110 11101111 1000 0 0 110 10110111 100110 1011010

Color Harmonies of #DBEEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEEEF

Black with #DBEEEF

Text Example


Text Example

White with #DBEEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEEEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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