Html Css Color HEX #DBECEE Oyster Bay

📋 copy color: '#DBECEE'

red 219 ◦ green 236 ◦ blue 238

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

Shades of Oyster Bay #DBECEE

Tints of Oyster Bay #DBECEE

RGB

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

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

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

R = 31.6%
G = 34.05%
B = 34.34%

CMYK

 C value IS 0.08

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DBECEE (or 0xDBECEE) is known color: Oyster Bay. HEX triplet: DB, EC and EE. RGB value is (219,236,238). Sum of RGB (Red+Green+Blue) = 219+236+238=693 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.60% from 693); Green value is 236 (92.58% from 255 or 34.05% from 693); Blue value is 238 (93.36% from 255 or 34.34% from 693); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBECEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBECEE is #241311. Grayscale: #E7E7E7. Windows color (decimal): -2364178 or 15658203. OLE color: 15658203.

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

Color convert

RGB 219 236 238 -
CMYK 0.08 0.01 0 0.07
HSL 186.32º 0.36% 0.9% -
HSV(B) 186.32º 0.08% 0.93% -
XYZ 74.64 81.22 92.63 -
YUV 231.15 131.87 119.34 -
System Red Green Blue C M Y K H S L
Decimal 219 236 238 0.08 0.01 0 0.07 186.32 0.36 0.9
Hex DB EC EE 8 1 0 7 BA 24 5A
Octal 333 354 356 10 1 0 7 272 44 132
Binary 11011011 11101100 11101110 1000 1 0 111 10111010 100100 1011010

Color Harmonies of #DBECEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBECEE

Black with #DBECEE

Text Example


Text Example

White with #DBECEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBECEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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