Html Css Color HEX #D4EBEF Oyster Bay

📋 copy color: '#D4EBEF'

red 212 ◦ green 235 ◦ blue 239

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

Shades of Oyster Bay #D4EBEF

Tints of Oyster Bay #D4EBEF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 34.26%

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

R = 30.9%
G = 34.26%
B = 34.84%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D4EBEF (or 0xD4EBEF) is known color: Oyster Bay. HEX triplet: D4, EB and EF. RGB value is (212,235,239). Sum of RGB (Red+Green+Blue) = 212+235+239=686 (90% of max value = 765). Red value is 212 (83.20% from 255 or 30.90% from 686); Green value is 235 (92.19% from 255 or 34.26% from 686); Blue value is 239 (93.75% from 255 or 34.84% from 686); Max value from RGB is 239 - color contains mainly: blue. Hex color #D4EBEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4EBEF is #2B1410. Grayscale: #E4E4E4. Windows color (decimal): -2823185 or 15723476. OLE color: 15723476.

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

Color convert

RGB 212 235 239 -
CMYK 0.11 0.02 0 0.06
HSL 188.89º 0.46% 0.88% -
HSV(B) 188.89º 0.11% 0.94% -
XYZ 72.44 79.65 93.22 -
YUV 228.58 133.88 116.17 -
System Red Green Blue C M Y K H S L
Decimal 212 235 239 0.11 0.02 0 0.06 188.89 0.46 0.88
Hex D4 EB EF B 2 0 6 BD 2E 58
Octal 324 353 357 13 2 0 6 275 56 130
Binary 11010100 11101011 11101111 1011 10 0 110 10111101 101110 1011000

Color Harmonies of #D4EBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EBEF

Black with #D4EBEF

Text Example


Text Example

White with #D4EBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EBEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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