Html Css Color HEX #DBEDED Oyster Bay

📋 copy color: '#DBEDED'

red 219 ◦ green 237 ◦ blue 237

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

Shades of Oyster Bay #DBEDED

Tints of Oyster Bay #DBEDED

RGB

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

 GREEN value IS 237 (92.97% from 255) = 34.2%

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

R = 31.6%
G = 34.2%
B = 34.2%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DBEDED (or 0xDBEDED) is known color: Oyster Bay. HEX triplet: DB, ED and ED. RGB value is (219,237,237). Sum of RGB (Red+Green+Blue) = 219+237+237=693 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.60% from 693); Green value is 237 (92.97% from 255 or 34.20% from 693); Blue value is 237 (92.97% from 255 or 34.20% from 693); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #DBEDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEDED is #241212. Grayscale: #E7E7E7. Windows color (decimal): -2363923 or 15592923. OLE color: 15592923.

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

Color convert

RGB 219 237 237 -
CMYK 0.08 0 0 0.07
HSL 180º 0.33% 0.89% -
HSV(B) 180º 0.08% 0.93% -
XYZ 74.78 81.74 91.96 -
YUV 231.62 131.04 119 -
System Red Green Blue C M Y K H S L
Decimal 219 237 237 0.08 0 0 0.07 180 0.33 0.89
Hex DB ED ED 8 0 0 7 B4 21 59
Octal 333 355 355 10 0 0 7 264 41 131
Binary 11011011 11101101 11101101 1000 0 0 111 10110100 100001 1011001

Color Harmonies of #DBEDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEDED

Black with #DBEDED

Text Example


Text Example

White with #DBEDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEDED; }

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

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

background-color css

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

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

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

border-color css

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

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

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