Html Css Color HEX #D3EEF2 Oyster Bay

📋 copy color: '#D3EEF2'

red 211 ◦ green 238 ◦ blue 242

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

Shades of Oyster Bay #D3EEF2

Tints of Oyster Bay #D3EEF2

RGB

 RED value IS 211 (82.81% from 255) = 30.54%

 GREEN value IS 238 (93.36% from 255) = 34.44%

 BLUE value IS 242 (94.92% from 255) = 35.02%

R = 30.54%
G = 34.44%
B = 35.02%

CMYK

 C value IS 0.13

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D3EEF2 (or 0xD3EEF2) is known color: Oyster Bay. HEX triplet: D3, EE and F2. RGB value is (211,238,242). Sum of RGB (Red+Green+Blue) = 211+238+242=691 (91% of max value = 765). Red value is 211 (82.81% from 255 or 30.54% from 691); Green value is 238 (93.36% from 255 or 34.44% from 691); Blue value is 242 (94.92% from 255 or 35.02% from 691); Max value from RGB is 242 - color contains mainly: blue. Hex color #D3EEF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3EEF2 is #2C110D. Grayscale: #E6E6E6. Windows color (decimal): -2887950 or 15920851. OLE color: 15920851.

HSL color Cylindrical-coordinate representation of color #D3EEF2: hue angle of 187.74º degrees, saturation: 0.54, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D3EEF2 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 211 238 242 -
CMYK 0.13 0.02 0 0.05
HSL 187.74º 0.54% 0.89% -
HSV(B) 187.74º 0.13% 0.95% -
XYZ 73.47 81.41 95.85 -
YUV 230.38 134.55 114.17 -
System Red Green Blue C M Y K H S L
Decimal 211 238 242 0.13 0.02 0 0.05 187.74 0.54 0.89
Hex D3 EE F2 D 2 0 5 BC 36 59
Octal 323 356 362 15 2 0 5 274 66 131
Binary 11010011 11101110 11110010 1101 10 0 101 10111100 110110 1011001

Color Harmonies of #D3EEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3EEF2

Black with #D3EEF2

Text Example


Text Example

White with #D3EEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3EEF2; }

 p { color: rgb(211,238,242); }

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

background-color css

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

 a { background-color: rgb(211,238,242); }

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

border-color css

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

 span { border-color: rgb(211,238,242); }

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