Html Css Color HEX #DAEAEB Oyster Bay

📋 copy color: '#DAEAEB'

red 218 ◦ green 234 ◦ blue 235

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

Shades of Oyster Bay #DAEAEB

Tints of Oyster Bay #DAEAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 34.21%

R = 31.73%
G = 34.06%
B = 34.21%

CMYK

 C value IS 0.07

 M value IS 0.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DAEAEB (or 0xDAEAEB) is known color: Oyster Bay. HEX triplet: DA, EA and EB. RGB value is (218,234,235). Sum of RGB (Red+Green+Blue) = 218+234+235=687 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.73% from 687); Green value is 234 (91.80% from 255 or 34.06% from 687); Blue value is 235 (92.19% from 255 or 34.21% from 687); Max value from RGB is 235 - color contains mainly: blue. Hex color #DAEAEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEAEB is #251514. Grayscale: #E5E5E5. Windows color (decimal): -2430229 or 15461082. OLE color: 15461082.

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

Color convert

RGB 218 234 235 -
CMYK 0.07 0.00 0 0.08
HSL 183.53º 0.3% 0.89% -
HSV(B) 183.53º 0.07% 0.92% -
XYZ 73.33 79.75 90.13 -
YUV 229.33 131.2 119.92 -
System Red Green Blue C M Y K H S L
Decimal 218 234 235 0.07 0.00 0 0.08 183.53 0.3 0.89
Hex DA EA EB 7 0 0 8 B8 1E 59
Octal 332 352 353 7 0 0 10 270 36 131
Binary 11011010 11101010 11101011 111 0 0 1000 10111000 11110 1011001

Color Harmonies of #DAEAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEAEB

Black with #DAEAEB

Text Example


Text Example

White with #DAEAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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