Html Css Color HEX #D4EDF0 Oyster Bay

📋 copy color: '#D4EDF0'

red 212 ◦ green 237 ◦ blue 240

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

Shades of Oyster Bay #D4EDF0

Tints of Oyster Bay #D4EDF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 34.83%

R = 30.77%
G = 34.4%
B = 34.83%

CMYK

 C value IS 0.12

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D4EDF0 (or 0xD4EDF0) is known color: Oyster Bay. HEX triplet: D4, ED and F0. RGB value is (212,237,240). Sum of RGB (Red+Green+Blue) = 212+237+240=689 (91% of max value = 765). Red value is 212 (83.20% from 255 or 30.77% from 689); Green value is 237 (92.97% from 255 or 34.40% from 689); Blue value is 240 (94.14% from 255 or 34.83% from 689); Max value from RGB is 240 - color contains mainly: blue. Hex color #D4EDF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4EDF0 is #2B120F. Grayscale: #E5E5E5. Windows color (decimal): -2822672 or 15789524. OLE color: 15789524.

HSL color Cylindrical-coordinate representation of color #D4EDF0: hue angle of 186.43º degrees, saturation: 0.48, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4EDF0 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 212 237 240 -
CMYK 0.12 0.01 0 0.06
HSL 186.43º 0.48% 0.89% -
HSV(B) 186.43º 0.12% 0.94% -
XYZ 73.16 80.86 94.19 -
YUV 229.87 133.72 115.26 -
System Red Green Blue C M Y K H S L
Decimal 212 237 240 0.12 0.01 0 0.06 186.43 0.48 0.89
Hex D4 ED F0 C 1 0 6 BA 30 59
Octal 324 355 360 14 1 0 6 272 60 131
Binary 11010100 11101101 11110000 1100 1 0 110 10111010 110000 1011001

Color Harmonies of #D4EDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EDF0

Black with #D4EDF0

Text Example


Text Example

White with #D4EDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EDF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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