Html Css Color HEX #D4ECEB Oyster Bay

📋 copy color: '#D4ECEB'

red 212 ◦ green 236 ◦ blue 235

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

Shades of Oyster Bay #D4ECEB

Tints of Oyster Bay #D4ECEB

RGB

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

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

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

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

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #D4ECEB: hue angle of 177.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 #D4ECEB is Cyan = 0.10, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 236 235 -
CMYK 0.10 0 0.00 0.07
HSL 177.5º 0.39% 0.88% -
HSV(B) 177.5º 0.1% 0.93% -
XYZ 72.14 79.99 90.23 -
YUV 228.71 131.55 116.08 -
System Red Green Blue C M Y K H S L
Decimal 212 236 235 0.10 0 0.00 0.07 177.5 0.39 0.88
Hex D4 EC EB A 0 0 7 B2 27 58
Octal 324 354 353 12 0 0 7 262 47 130
Binary 11010100 11101100 11101011 1010 0 0 111 10110010 100111 1011000

Color Harmonies of #D4ECEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ECEB

Black with #D4ECEB

Text Example


Text Example

White with #D4ECEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ECEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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