Html Css Color HEX #DBEFF0 Oyster Bay

📋 copy color: '#DBEFF0'

red 219 ◦ green 239 ◦ blue 240

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

Shades of Oyster Bay #DBEFF0

Tints of Oyster Bay #DBEFF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 34.38%

R = 31.38%
G = 34.24%
B = 34.38%

CMYK

 C value IS 0.09

 M value IS 0.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DBEFF0 (or 0xDBEFF0) is known color: Oyster Bay. HEX triplet: DB, EF and F0. RGB value is (219,239,240). Sum of RGB (Red+Green+Blue) = 219+239+240=698 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.38% from 698); Green value is 239 (93.75% from 255 or 34.24% from 698); Blue value is 240 (94.14% from 255 or 34.38% from 698); Max value from RGB is 240 - color contains mainly: blue. Hex color #DBEFF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEFF0 is #24100F. Grayscale: #E9E9E9. Windows color (decimal): -2363408 or 15790043. OLE color: 15790043.

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

Color convert

RGB 219 239 240 -
CMYK 0.09 0.00 0 0.06
HSL 182.86º 0.41% 0.9% -
HSV(B) 182.86º 0.09% 0.94% -
XYZ 75.81 83.08 94.48 -
YUV 233.13 131.87 117.92 -
System Red Green Blue C M Y K H S L
Decimal 219 239 240 0.09 0.00 0 0.06 182.86 0.41 0.9
Hex DB EF F0 9 0 0 6 B7 29 5A
Octal 333 357 360 11 0 0 6 267 51 132
Binary 11011011 11101111 11110000 1001 0 0 110 10110111 101001 1011010

Color Harmonies of #DBEFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEFF0

Black with #DBEFF0

Text Example


Text Example

White with #DBEFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEFF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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