Html Css Color HEX #D9EAEA Oyster Bay

📋 copy color: '#D9EAEA'

red 217 ◦ green 234 ◦ blue 234

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

Shades of Oyster Bay #D9EAEA

Tints of Oyster Bay #D9EAEA

RGB

 RED value IS 217 (85.16% from 255) = 31.68%

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

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

R = 31.68%
G = 34.16%
B = 34.16%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D9EAEA (or 0xD9EAEA) is known color: Oyster Bay. HEX triplet: D9, EA and EA. RGB value is (217,234,234). Sum of RGB (Red+Green+Blue) = 217+234+234=685 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.68% from 685); Green value is 234 (91.80% from 255 or 34.16% from 685); Blue value is 234 (91.80% from 255 or 34.16% from 685); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #D9EAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9EAEA is #261515. Grayscale: #E4E4E4. Windows color (decimal): -2495766 or 15395545. OLE color: 15395545.

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

Color convert

RGB 217 234 234 -
CMYK 0.07 0 0 0.08
HSL 180º 0.29% 0.88% -
HSV(B) 180º 0.07% 0.92% -
XYZ 72.89 79.54 89.35 -
YUV 228.92 130.87 119.5 -
System Red Green Blue C M Y K H S L
Decimal 217 234 234 0.07 0 0 0.08 180 0.29 0.88
Hex D9 EA EA 7 0 0 8 B4 1D 58
Octal 331 352 352 7 0 0 10 264 35 130
Binary 11011001 11101010 11101010 111 0 0 1000 10110100 11101 1011000

Color Harmonies of #D9EAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9EAEA

Black with #D9EAEA

Text Example


Text Example

White with #D9EAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9EAEA; }

 p { color: rgb(217,234,234); }

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

background-color css

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

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

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

border-color css

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

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

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