Html Css Color HEX #DAEDEF Oyster Bay

📋 copy color: '#DAEDEF'

red 218 ◦ green 237 ◦ blue 239

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

Shades of Oyster Bay #DAEDEF

Tints of Oyster Bay #DAEDEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 34.44%

R = 31.41%
G = 34.15%
B = 34.44%

CMYK

 C value IS 0.09

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DAEDEF (or 0xDAEDEF) is known color: Oyster Bay. HEX triplet: DA, ED and EF. RGB value is (218,237,239). Sum of RGB (Red+Green+Blue) = 218+237+239=694 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.41% from 694); Green value is 237 (92.97% from 255 or 34.15% from 694); Blue value is 239 (93.75% from 255 or 34.44% from 694); Max value from RGB is 239 - color contains mainly: blue. Hex color #DAEDEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEDEF is #251210. Grayscale: #E7E7E7. Windows color (decimal): -2429457 or 15723994. OLE color: 15723994.

HSL color Cylindrical-coordinate representation of color #DAEDEF: hue angle of 185.71º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAEDEF is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 237 239 -
CMYK 0.09 0.01 0 0.06
HSL 185.71º 0.4% 0.9% -
HSV(B) 185.71º 0.09% 0.94% -
XYZ 74.78 81.71 93.49 -
YUV 231.55 132.21 118.34 -
System Red Green Blue C M Y K H S L
Decimal 218 237 239 0.09 0.01 0 0.06 185.71 0.4 0.9
Hex DA ED EF 9 1 0 6 BA 28 5A
Octal 332 355 357 11 1 0 6 272 50 132
Binary 11011010 11101101 11101111 1001 1 0 110 10111010 101000 1011010

Color Harmonies of #DAEDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEDEF

Black with #DAEDEF

Text Example


Text Example

White with #DAEDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEDEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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