Html Css Color HEX #DAEDF0 Oyster Bay

📋 copy color: '#DAEDF0'

red 218 ◦ green 237 ◦ blue 240

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

Shades of Oyster Bay #DAEDF0

Tints of Oyster Bay #DAEDF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 34.53%

R = 31.37%
G = 34.1%
B = 34.53%

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

#DAEDF0 (or 0xDAEDF0) is known color: Oyster Bay. HEX triplet: DA, ED and F0. RGB value is (218,237,240). Sum of RGB (Red+Green+Blue) = 218+237+240=695 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.37% from 695); Green value is 237 (92.97% from 255 or 34.10% from 695); Blue value is 240 (94.14% from 255 or 34.53% from 695); Max value from RGB is 240 - color contains mainly: blue. Hex color #DAEDF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEDF0 is #25120F. Grayscale: #E7E7E7. Windows color (decimal): -2429456 or 15789530. OLE color: 15789530.

HSL color Cylindrical-coordinate representation of color #DAEDF0: hue angle of 188.18º degrees, saturation: 0.42, 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 #DAEDF0 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 237 240 -
CMYK 0.09 0.01 0 0.06
HSL 188.18º 0.42% 0.9% -
HSV(B) 188.18º 0.09% 0.94% -
XYZ 74.93 81.77 94.27 -
YUV 231.66 132.71 118.26 -
System Red Green Blue C M Y K H S L
Decimal 218 237 240 0.09 0.01 0 0.06 188.18 0.42 0.9
Hex DA ED F0 9 1 0 6 BC 2A 5A
Octal 332 355 360 11 1 0 6 274 52 132
Binary 11011010 11101101 11110000 1001 1 0 110 10111100 101010 1011010

Color Harmonies of #DAEDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEDF0

Black with #DAEDF0

Text Example


Text Example

White with #DAEDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEDF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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