Html Css Color HEX #DAEDEC Oyster Bay

📋 copy color: '#DAEDEC'

red 218 ◦ green 237 ◦ blue 236

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

Shades of Oyster Bay #DAEDEC

Tints of Oyster Bay #DAEDEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 34.15%

R = 31.55%
G = 34.3%
B = 34.15%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#DAEDEC (or 0xDAEDEC) is known color: Oyster Bay. HEX triplet: DA, ED and EC. RGB value is (218,237,236). Sum of RGB (Red+Green+Blue) = 218+237+236=691 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.55% from 691); Green value is 237 (92.97% from 255 or 34.30% from 691); Blue value is 236 (92.58% from 255 or 34.15% from 691); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEDEC is #251213. Grayscale: #E7E7E7. Windows color (decimal): -2429460 or 15527386. OLE color: 15527386.

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

Color convert

RGB 218 237 236 -
CMYK 0.08 0 0.00 0.07
HSL 176.84º 0.35% 0.89% -
HSV(B) 176.84º 0.08% 0.93% -
XYZ 74.34 81.53 91.18 -
YUV 231.21 130.71 118.58 -
System Red Green Blue C M Y K H S L
Decimal 218 237 236 0.08 0 0.00 0.07 176.84 0.35 0.89
Hex DA ED EC 8 0 0 7 B1 23 59
Octal 332 355 354 10 0 0 7 261 43 131
Binary 11011010 11101101 11101100 1000 0 0 111 10110001 100011 1011001

Color Harmonies of #DAEDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEDEC

Black with #DAEDEC

Text Example


Text Example

White with #DAEDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEDEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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