Html Css Color HEX #D4EDED Oyster Bay

📋 copy color: '#D4EDED'

red 212 ◦ green 237 ◦ blue 237

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

Shades of Oyster Bay #D4EDED

Tints of Oyster Bay #D4EDED

RGB

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

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

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

R = 30.9%
G = 34.55%
B = 34.55%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D4EDED (or 0xD4EDED) is known color: Oyster Bay. HEX triplet: D4, ED and ED. RGB value is (212,237,237). Sum of RGB (Red+Green+Blue) = 212+237+237=686 (90% of max value = 765). Red value is 212 (83.20% from 255 or 30.90% from 686); Green value is 237 (92.97% from 255 or 34.55% from 686); Blue value is 237 (92.97% from 255 or 34.55% from 686); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #D4EDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4EDED is #2B1212. Grayscale: #E5E5E5. Windows color (decimal): -2822675 or 15592916. OLE color: 15592916.

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

Color convert

RGB 212 237 237 -
CMYK 0.11 0 0 0.07
HSL 180º 0.41% 0.88% -
HSV(B) 180º 0.11% 0.93% -
XYZ 72.72 80.68 91.86 -
YUV 229.53 132.22 115.5 -
System Red Green Blue C M Y K H S L
Decimal 212 237 237 0.11 0 0 0.07 180 0.41 0.88
Hex D4 ED ED B 0 0 7 B4 29 58
Octal 324 355 355 13 0 0 7 264 51 130
Binary 11010100 11101101 11101101 1011 0 0 111 10110100 101001 1011000

Color Harmonies of #D4EDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EDED

Black with #D4EDED

Text Example


Text Example

White with #D4EDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EDED; }

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

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

background-color css

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

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

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

border-color css

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

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

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