Html Css Color HEX #DBEDEE Oyster Bay

📋 copy color: '#DBEDEE'

red 219 ◦ green 237 ◦ blue 238

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

Shades of Oyster Bay #DBEDEE

Tints of Oyster Bay #DBEDEE

RGB

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

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

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

R = 31.56%
G = 34.15%
B = 34.29%

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

#DBEDEE (or 0xDBEDEE) is known color: Oyster Bay. HEX triplet: DB, ED and EE. RGB value is (219,237,238). Sum of RGB (Red+Green+Blue) = 219+237+238=694 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.56% from 694); Green value is 237 (92.97% from 255 or 34.15% from 694); Blue value is 238 (93.36% from 255 or 34.29% from 694); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBEDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEDEE is #241211. Grayscale: #E7E7E7. Windows color (decimal): -2363922 or 15658459. OLE color: 15658459.

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

Color convert

RGB 219 237 238 -
CMYK 0.08 0.00 0 0.07
HSL 183.16º 0.36% 0.9% -
HSV(B) 183.16º 0.08% 0.93% -
XYZ 74.93 81.8 92.73 -
YUV 231.73 131.54 118.92 -
System Red Green Blue C M Y K H S L
Decimal 219 237 238 0.08 0.00 0 0.07 183.16 0.36 0.9
Hex DB ED EE 8 0 0 7 B7 24 5A
Octal 333 355 356 10 0 0 7 267 44 132
Binary 11011011 11101101 11101110 1000 0 0 111 10110111 100100 1011010

Color Harmonies of #DBEDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEDEE

Black with #DBEDEE

Text Example


Text Example

White with #DBEDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEDEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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