Html Css Color HEX #DAE9EA Oyster Bay

📋 copy color: '#DAE9EA'

red 218 ◦ green 233 ◦ blue 234

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

Shades of Oyster Bay #DAE9EA

Tints of Oyster Bay #DAE9EA

RGB

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

 GREEN value IS 233 (91.41% from 255) = 34.01%

 BLUE value IS 234 (91.8% from 255) = 34.16%

R = 31.82%
G = 34.01%
B = 34.16%

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

#DAE9EA (or 0xDAE9EA) is known color: Oyster Bay. HEX triplet: DA, E9 and EA. RGB value is (218,233,234). Sum of RGB (Red+Green+Blue) = 218+233+234=685 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.82% from 685); Green value is 233 (91.41% from 255 or 34.01% from 685); Blue value is 234 (91.80% from 255 or 34.16% from 685); Max value from RGB is 234 - color contains mainly: blue. Hex color #DAE9EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE9EA is #251615. Grayscale: #E4E4E4. Windows color (decimal): -2430486 or 15395290. OLE color: 15395290.

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

Color convert

RGB 218 233 234 -
CMYK 0.07 0.00 0 0.08
HSL 183.75º 0.28% 0.89% -
HSV(B) 183.75º 0.07% 0.92% -
XYZ 72.9 79.12 89.27 -
YUV 228.63 131.03 120.42 -
System Red Green Blue C M Y K H S L
Decimal 218 233 234 0.07 0.00 0 0.08 183.75 0.28 0.89
Hex DA E9 EA 7 0 0 8 B8 1C 59
Octal 332 351 352 7 0 0 10 270 34 131
Binary 11011010 11101001 11101010 111 0 0 1000 10111000 11100 1011001

Color Harmonies of #DAE9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE9EA

Black with #DAE9EA

Text Example


Text Example

White with #DAE9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE9EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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