Html Css Color HEX #D4EAED Oyster Bay

📋 copy color: '#D4EAED'

red 212 ◦ green 234 ◦ blue 237

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

Shades of Oyster Bay #D4EAED

Tints of Oyster Bay #D4EAED

RGB

 RED value IS 212 (83.2% from 255) = 31.04%

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

 BLUE value IS 237 (92.97% from 255) = 34.7%

R = 31.04%
G = 34.26%
B = 34.7%

CMYK

 C value IS 0.11

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D4EAED (or 0xD4EAED) is known color: Oyster Bay. HEX triplet: D4, EA and ED. RGB value is (212,234,237). Sum of RGB (Red+Green+Blue) = 212+234+237=683 (90% of max value = 765). Red value is 212 (83.20% from 255 or 31.04% from 683); Green value is 234 (91.80% from 255 or 34.26% from 683); Blue value is 237 (92.97% from 255 or 34.70% from 683); Max value from RGB is 237 - color contains mainly: blue. Hex color #D4EAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4EAED is #2B1512. Grayscale: #E3E3E3. Windows color (decimal): -2823443 or 15592148. OLE color: 15592148.

HSL color Cylindrical-coordinate representation of color #D4EAED: hue angle of 187.2º degrees, saturation: 0.41, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4EAED is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 234 237 -
CMYK 0.11 0.01 0 0.07
HSL 187.2º 0.41% 0.88% -
HSV(B) 187.2º 0.11% 0.93% -
XYZ 71.86 78.96 91.57 -
YUV 227.76 133.21 116.76 -
System Red Green Blue C M Y K H S L
Decimal 212 234 237 0.11 0.01 0 0.07 187.2 0.41 0.88
Hex D4 EA ED B 1 0 7 BB 29 58
Octal 324 352 355 13 1 0 7 273 51 130
Binary 11010100 11101010 11101101 1011 1 0 111 10111011 101001 1011000

Color Harmonies of #D4EAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EAED

Black with #D4EAED

Text Example


Text Example

White with #D4EAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EAED; }

 p { color: rgb(212,234,237); }

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

background-color css

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

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

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

border-color css

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

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

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