Html Css Color HEX #D4E2E5 Oyster Bay

📋 copy color: '#D4E2E5'

red 212 ◦ green 226 ◦ blue 229

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

Shades of Oyster Bay #D4E2E5

Tints of Oyster Bay #D4E2E5

RGB

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

 GREEN value IS 226 (88.67% from 255) = 33.88%

 BLUE value IS 229 (89.84% from 255) = 34.33%

R = 31.78%
G = 33.88%
B = 34.33%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D4E2E5 (or 0xD4E2E5) is known color: Oyster Bay. HEX triplet: D4, E2 and E5. RGB value is (212,226,229). Sum of RGB (Red+Green+Blue) = 212+226+229=667 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.78% from 667); Green value is 226 (88.67% from 255 or 33.88% from 667); Blue value is 229 (89.84% from 255 or 34.33% from 667); Max value from RGB is 229 - color contains mainly: blue. Hex color #D4E2E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4E2E5 is #2B1D1A. Grayscale: #DEDEDE. Windows color (decimal): -2825499 or 15065812. OLE color: 15065812.

HSL color Cylindrical-coordinate representation of color #D4E2E5: hue angle of 190.59º degrees, saturation: 0.25, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D4E2E5 is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 212 226 229 -
CMYK 0.07 0.01 0 0.10
HSL 190.59º 0.25% 0.86% -
HSV(B) 190.59º 0.07% 0.9% -
XYZ 68.49 74.05 84.81 -
YUV 222.16 131.86 120.76 -
System Red Green Blue C M Y K H S L
Decimal 212 226 229 0.07 0.01 0 0.10 190.59 0.25 0.86
Hex D4 E2 E5 7 1 0 A BF 19 56
Octal 324 342 345 7 1 0 12 277 31 126
Binary 11010100 11100010 11100101 111 1 0 1010 10111111 11001 1010110

Color Harmonies of #D4E2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E2E5

Black with #D4E2E5

Text Example


Text Example

White with #D4E2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E2E5; }

 p { color: rgb(212,226,229); }

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

background-color css

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

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

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

border-color css

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

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

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