Html Css Color HEX #D4EEF0 Oyster Bay

📋 copy color: '#D4EEF0'

red 212 ◦ green 238 ◦ blue 240

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

Shades of Oyster Bay #D4EEF0

Tints of Oyster Bay #D4EEF0

RGB

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

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

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

R = 30.72%
G = 34.49%
B = 34.78%

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

#D4EEF0 (or 0xD4EEF0) is known color: Oyster Bay. HEX triplet: D4, EE and F0. RGB value is (212,238,240). Sum of RGB (Red+Green+Blue) = 212+238+240=690 (91% of max value = 765). Red value is 212 (83.20% from 255 or 30.72% from 690); Green value is 238 (93.36% from 255 or 34.49% from 690); Blue value is 240 (94.14% from 255 or 34.78% from 690); Max value from RGB is 240 - color contains mainly: blue. Hex color #D4EEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4EEF0 is #2B110F. Grayscale: #E6E6E6. Windows color (decimal): -2822416 or 15789780. OLE color: 15789780.

HSL color Cylindrical-coordinate representation of color #D4EEF0: hue angle of 184.29º 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 #D4EEF0 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 212 238 240 -
CMYK 0.12 0.01 0 0.06
HSL 184.29º 0.48% 0.89% -
HSV(B) 184.29º 0.12% 0.94% -
XYZ 73.45 81.44 94.29 -
YUV 230.45 133.39 114.84 -
System Red Green Blue C M Y K H S L
Decimal 212 238 240 0.12 0.01 0 0.06 184.29 0.48 0.89
Hex D4 EE F0 C 1 0 6 B8 30 59
Octal 324 356 360 14 1 0 6 270 60 131
Binary 11010100 11101110 11110000 1100 1 0 110 10111000 110000 1011001

Color Harmonies of #D4EEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EEF0

Black with #D4EEF0

Text Example


Text Example

White with #D4EEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EEF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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