Html Css Color HEX #DBECEB Oyster Bay

📋 copy color: '#DBECEB'

red 219 ◦ green 236 ◦ blue 235

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

Shades of Oyster Bay #DBECEB

Tints of Oyster Bay #DBECEB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 34.2%

 BLUE value IS 235 (92.19% from 255) = 34.06%

R = 31.74%
G = 34.2%
B = 34.06%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#DBECEB (or 0xDBECEB) is known color: Oyster Bay. HEX triplet: DB, EC and EB. RGB value is (219,236,235). Sum of RGB (Red+Green+Blue) = 219+236+235=690 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.74% from 690); Green value is 236 (92.58% from 255 or 34.20% from 690); Blue value is 235 (92.19% from 255 or 34.06% from 690); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBECEB is #241314. Grayscale: #E6E6E6. Windows color (decimal): -2364181 or 15461595. OLE color: 15461595.

HSL color Cylindrical-coordinate representation of color #DBECEB: hue angle of 176.47º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBECEB is Cyan = 0.07, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 236 235 -
CMYK 0.07 0 0.00 0.07
HSL 176.47º 0.31% 0.89% -
HSV(B) 176.47º 0.07% 0.93% -
XYZ 74.2 81.05 90.33 -
YUV 230.8 130.37 119.58 -
System Red Green Blue C M Y K H S L
Decimal 219 236 235 0.07 0 0.00 0.07 176.47 0.31 0.89
Hex DB EC EB 7 0 0 7 B0 1F 59
Octal 333 354 353 7 0 0 7 260 37 131
Binary 11011011 11101100 11101011 111 0 0 111 10110000 11111 1011001

Color Harmonies of #DBECEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBECEB

Black with #DBECEB

Text Example


Text Example

White with #DBECEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBECEB; }

 p { color: rgb(219,236,235); }

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

background-color css

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

 a { background-color: rgb(219,236,235); }

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

border-color css

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

 span { border-color: rgb(219,236,235); }

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