Html Css Color HEX #D4EFEF Oyster Bay

📋 copy color: '#D4EFEF'

red 212 ◦ green 239 ◦ blue 239

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

Shades of Oyster Bay #D4EFEF

Tints of Oyster Bay #D4EFEF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 34.64%

 BLUE value IS 239 (93.75% from 255) = 34.64%

R = 30.72%
G = 34.64%
B = 34.64%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D4EFEF (or 0xD4EFEF) is known color: Oyster Bay. HEX triplet: D4, EF and EF. RGB value is (212,239,239). Sum of RGB (Red+Green+Blue) = 212+239+239=690 (91% of max value = 765). Red value is 212 (83.20% from 255 or 30.72% from 690); Green value is 239 (93.75% from 255 or 34.64% from 690); Blue value is 239 (93.75% from 255 or 34.64% from 690); Max value from RGB is 239 - color contains mainly: green, blue. Hex color #D4EFEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4EFEF is #2B1010. Grayscale: #E6E6E6. Windows color (decimal): -2822161 or 15724500. OLE color: 15724500.

HSL color Cylindrical-coordinate representation of color #D4EFEF: hue angle of 180º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4EFEF is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 212 239 239 -
CMYK 0.11 0 0 0.06
HSL 180º 0.46% 0.88% -
HSV(B) 180º 0.11% 0.94% -
XYZ 73.6 81.96 93.6 -
YUV 230.93 132.55 114.5 -
System Red Green Blue C M Y K H S L
Decimal 212 239 239 0.11 0 0 0.06 180 0.46 0.88
Hex D4 EF EF B 0 0 6 B4 2E 58
Octal 324 357 357 13 0 0 6 264 56 130
Binary 11010100 11101111 11101111 1011 0 0 110 10110100 101110 1011000

Color Harmonies of #D4EFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EFEF

Black with #D4EFEF

Text Example


Text Example

White with #D4EFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EFEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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