Html Css Color HEX #D4EDEC Oyster Bay

📋 copy color: '#D4EDEC'

red 212 ◦ green 237 ◦ blue 236

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

Shades of Oyster Bay #D4EDEC

Tints of Oyster Bay #D4EDEC

RGB

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

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

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

R = 30.95%
G = 34.6%
B = 34.45%

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

#D4EDEC (or 0xD4EDEC) is known color: Oyster Bay. HEX triplet: D4, ED and EC. RGB value is (212,237,236). Sum of RGB (Red+Green+Blue) = 212+237+236=685 (90% of max value = 765). Red value is 212 (83.20% from 255 or 30.95% from 685); Green value is 237 (92.97% from 255 or 34.60% from 685); Blue value is 236 (92.58% from 255 or 34.45% from 685); Max value from RGB is 237 - color contains mainly: green. Hex color #D4EDEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4EDEC is #2B1213. Grayscale: #E5E5E5. Windows color (decimal): -2822676 or 15527380. OLE color: 15527380.

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

Color convert

RGB 212 237 236 -
CMYK 0.11 0 0.00 0.07
HSL 177.6º 0.41% 0.88% -
HSV(B) 177.6º 0.11% 0.93% -
XYZ 72.58 80.62 91.09 -
YUV 229.41 131.72 115.58 -
System Red Green Blue C M Y K H S L
Decimal 212 237 236 0.11 0 0.00 0.07 177.6 0.41 0.88
Hex D4 ED EC B 0 0 7 B2 29 58
Octal 324 355 354 13 0 0 7 262 51 130
Binary 11010100 11101101 11101100 1011 0 0 111 10110010 101001 1011000

Color Harmonies of #D4EDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EDEC

Black with #D4EDEC

Text Example


Text Example

White with #D4EDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EDEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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