Html Css Color HEX #DBECED Oyster Bay

📋 copy color: '#DBECED'

red 219 ◦ green 236 ◦ blue 237

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

Shades of Oyster Bay #DBECED

Tints of Oyster Bay #DBECED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 34.25%

R = 31.65%
G = 34.1%
B = 34.25%

CMYK

 C value IS 0.08

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DBECED (or 0xDBECED) is known color: Oyster Bay. HEX triplet: DB, EC and ED. RGB value is (219,236,237). Sum of RGB (Red+Green+Blue) = 219+236+237=692 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.65% from 692); Green value is 236 (92.58% from 255 or 34.10% from 692); Blue value is 237 (92.97% from 255 or 34.25% from 692); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBECED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBECED is #241312. Grayscale: #E7E7E7. Windows color (decimal): -2364179 or 15592667. OLE color: 15592667.

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

Color convert

RGB 219 236 237 -
CMYK 0.08 0.00 0 0.07
HSL 183.33º 0.33% 0.89% -
HSV(B) 183.33º 0.08% 0.93% -
XYZ 74.49 81.17 91.86 -
YUV 231.03 131.37 119.42 -
System Red Green Blue C M Y K H S L
Decimal 219 236 237 0.08 0.00 0 0.07 183.33 0.33 0.89
Hex DB EC ED 8 0 0 7 B7 21 59
Octal 333 354 355 10 0 0 7 267 41 131
Binary 11011011 11101100 11101101 1000 0 0 111 10110111 100001 1011001

Color Harmonies of #DBECED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBECED

Black with #DBECED

Text Example


Text Example

White with #DBECED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBECED; }

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

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

background-color css

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

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

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

border-color css

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

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

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