Html Css Color HEX #D4EBEC Oyster Bay

📋 copy color: '#D4EBEC'

red 212 ◦ green 235 ◦ blue 236

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

Shades of Oyster Bay #D4EBEC

Tints of Oyster Bay #D4EBEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 34.55%

R = 31.04%
G = 34.41%
B = 34.55%

CMYK

 C value IS 0.10

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D4EBEC (or 0xD4EBEC) is known color: Oyster Bay. HEX triplet: D4, EB and EC. RGB value is (212,235,236). Sum of RGB (Red+Green+Blue) = 212+235+236=683 (90% of max value = 765). Red value is 212 (83.20% from 255 or 31.04% from 683); Green value is 235 (92.19% from 255 or 34.41% from 683); Blue value is 236 (92.58% from 255 or 34.55% from 683); Max value from RGB is 236 - color contains mainly: blue. Hex color #D4EBEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4EBEC is #2B1413. Grayscale: #E4E4E4. Windows color (decimal): -2823188 or 15526868. OLE color: 15526868.

HSL color Cylindrical-coordinate representation of color #D4EBEC: hue angle of 182.5º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D4EBEC is Cyan = 0.10, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 235 236 -
CMYK 0.10 0.00 0 0.07
HSL 182.5º 0.39% 0.88% -
HSV(B) 182.5º 0.1% 0.93% -
XYZ 72 79.47 90.9 -
YUV 228.24 132.38 116.42 -
System Red Green Blue C M Y K H S L
Decimal 212 235 236 0.10 0.00 0 0.07 182.5 0.39 0.88
Hex D4 EB EC A 0 0 7 B6 27 58
Octal 324 353 354 12 0 0 7 266 47 130
Binary 11010100 11101011 11101100 1010 0 0 111 10110110 100111 1011000

Color Harmonies of #D4EBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EBEC

Black with #D4EBEC

Text Example


Text Example

White with #D4EBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EBEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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