Html Css Color HEX #DBEFEE Oyster Bay

📋 copy color: '#DBEFEE'

red 219 ◦ green 239 ◦ blue 238

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

Shades of Oyster Bay #DBEFEE

Tints of Oyster Bay #DBEFEE

RGB

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

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

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

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

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

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

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

Color convert

RGB 219 239 238 -
CMYK 0.08 0 0.00 0.06
HSL 177º 0.38% 0.9% -
HSV(B) 177º 0.08% 0.94% -
XYZ 75.51 82.97 92.92 -
YUV 232.91 130.87 118.08 -
System Red Green Blue C M Y K H S L
Decimal 219 239 238 0.08 0 0.00 0.06 177 0.38 0.9
Hex DB EF EE 8 0 0 6 B1 26 5A
Octal 333 357 356 10 0 0 6 261 46 132
Binary 11011011 11101111 11101110 1000 0 0 110 10110001 100110 1011010

Color Harmonies of #DBEFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEFEE

Black with #DBEFEE

Text Example


Text Example

White with #DBEFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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