Html Css Color HEX #DBEAEC Oyster Bay

📋 copy color: '#DBEAEC'

red 219 ◦ green 234 ◦ blue 236

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

Shades of Oyster Bay #DBEAEC

Tints of Oyster Bay #DBEAEC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 33.96%

 BLUE value IS 236 (92.58% from 255) = 34.25%

R = 31.79%
G = 33.96%
B = 34.25%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DBEAEC (or 0xDBEAEC) is known color: Oyster Bay. HEX triplet: DB, EA and EC. RGB value is (219,234,236). Sum of RGB (Red+Green+Blue) = 219+234+236=689 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.79% from 689); Green value is 234 (91.80% from 255 or 33.96% from 689); Blue value is 236 (92.58% from 255 or 34.25% from 689); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBEAEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEAEC is #241513. Grayscale: #E5E5E5. Windows color (decimal): -2364692 or 15526619. OLE color: 15526619.

HSL color Cylindrical-coordinate representation of color #DBEAEC: hue angle of 187.06º 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 #DBEAEC is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 234 236 -
CMYK 0.07 0.01 0 0.07
HSL 187.06º 0.31% 0.89% -
HSV(B) 187.06º 0.07% 0.93% -
XYZ 73.78 79.96 90.9 -
YUV 229.74 131.53 120.34 -
System Red Green Blue C M Y K H S L
Decimal 219 234 236 0.07 0.01 0 0.07 187.06 0.31 0.89
Hex DB EA EC 7 1 0 7 BB 1F 59
Octal 333 352 354 7 1 0 7 273 37 131
Binary 11011011 11101010 11101100 111 1 0 111 10111011 11111 1011001

Color Harmonies of #DBEAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEAEC

Black with #DBEAEC

Text Example


Text Example

White with #DBEAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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