Html Css Color HEX #D4EEED Oyster Bay

📋 copy color: '#D4EEED'

red 212 ◦ green 238 ◦ blue 237

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

Shades of Oyster Bay #D4EEED

Tints of Oyster Bay #D4EEED

RGB

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

 GREEN value IS 238 (93.36% from 255) = 34.64%

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

R = 30.86%
G = 34.64%
B = 34.5%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#D4EEED (or 0xD4EEED) is known color: Oyster Bay. HEX triplet: D4, EE and ED. RGB value is (212,238,237). Sum of RGB (Red+Green+Blue) = 212+238+237=687 (90% of max value = 765). Red value is 212 (83.20% from 255 or 30.86% from 687); Green value is 238 (93.36% from 255 or 34.64% from 687); Blue value is 237 (92.97% from 255 or 34.50% from 687); Max value from RGB is 238 - color contains mainly: green. Hex color #D4EEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4EEED is #2B1112. Grayscale: #E6E6E6. Windows color (decimal): -2822419 or 15593172. OLE color: 15593172.

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

Color convert

RGB 212 238 237 -
CMYK 0.11 0 0.00 0.07
HSL 177.69º 0.43% 0.88% -
HSV(B) 177.69º 0.11% 0.93% -
XYZ 73.01 81.26 91.96 -
YUV 230.11 131.89 115.08 -
System Red Green Blue C M Y K H S L
Decimal 212 238 237 0.11 0 0.00 0.07 177.69 0.43 0.88
Hex D4 EE ED B 0 0 7 B2 2B 58
Octal 324 356 355 13 0 0 7 262 53 130
Binary 11010100 11101110 11101101 1011 0 0 111 10110010 101011 1011000

Color Harmonies of #D4EEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EEED

Black with #D4EEED

Text Example


Text Example

White with #D4EEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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