Html Css Color HEX #DAEBED Oyster Bay

📋 copy color: '#DAEBED'

red 218 ◦ green 235 ◦ blue 237

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

Shades of Oyster Bay #DAEBED

Tints of Oyster Bay #DAEBED

RGB

 RED value IS 218 (85.55% from 255) = 31.59%

 GREEN value IS 235 (92.19% from 255) = 34.06%

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

R = 31.59%
G = 34.06%
B = 34.35%

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

#DAEBED (or 0xDAEBED) is known color: Oyster Bay. HEX triplet: DA, EB and ED. RGB value is (218,235,237). Sum of RGB (Red+Green+Blue) = 218+235+237=690 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.59% from 690); Green value is 235 (92.19% from 255 or 34.06% from 690); Blue value is 237 (92.97% from 255 or 34.35% from 690); Max value from RGB is 237 - color contains mainly: blue. Hex color #DAEBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEBED is #251412. Grayscale: #E6E6E6. Windows color (decimal): -2429971 or 15592410. OLE color: 15592410.

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

Color convert

RGB 218 235 237 -
CMYK 0.08 0.01 0 0.07
HSL 186.32º 0.35% 0.89% -
HSV(B) 186.32º 0.08% 0.93% -
XYZ 73.91 80.44 91.75 -
YUV 230.15 131.87 119.34 -
System Red Green Blue C M Y K H S L
Decimal 218 235 237 0.08 0.01 0 0.07 186.32 0.35 0.89
Hex DA EB ED 8 1 0 7 BA 23 59
Octal 332 353 355 10 1 0 7 272 43 131
Binary 11011010 11101011 11101101 1000 1 0 111 10111010 100011 1011001

Color Harmonies of #DAEBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEBED

Black with #DAEBED

Text Example


Text Example

White with #DAEBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEBED; }

 p { color: rgb(218,235,237); }

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

background-color css

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

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

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

border-color css

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

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

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