Html Css Color HEX #D3EEEF Oyster Bay

📋 copy color: '#D3EEEF'

red 211 ◦ green 238 ◦ blue 239

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

Shades of Oyster Bay #D3EEEF

Tints of Oyster Bay #D3EEEF

RGB

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

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

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

R = 30.67%
G = 34.59%
B = 34.74%

CMYK

 C value IS 0.12

 M value IS 0.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D3EEEF (or 0xD3EEEF) is known color: Oyster Bay. HEX triplet: D3, EE and EF. RGB value is (211,238,239). Sum of RGB (Red+Green+Blue) = 211+238+239=688 (91% of max value = 765). Red value is 211 (82.81% from 255 or 30.67% from 688); Green value is 238 (93.36% from 255 or 34.59% from 688); Blue value is 239 (93.75% from 255 or 34.74% from 688); Max value from RGB is 239 - color contains mainly: blue. Hex color #D3EEEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3EEEF is #2C1110. Grayscale: #E6E6E6. Windows color (decimal): -2887953 or 15724243. OLE color: 15724243.

HSL color Cylindrical-coordinate representation of color #D3EEEF: hue angle of 182.14º degrees, saturation: 0.47, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3EEEF is Cyan = 0.12, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 211 238 239 -
CMYK 0.12 0.00 0 0.06
HSL 182.14º 0.47% 0.88% -
HSV(B) 182.14º 0.12% 0.94% -
XYZ 73.02 81.23 93.49 -
YUV 230.04 133.05 114.42 -
System Red Green Blue C M Y K H S L
Decimal 211 238 239 0.12 0.00 0 0.06 182.14 0.47 0.88
Hex D3 EE EF C 0 0 6 B6 2F 58
Octal 323 356 357 14 0 0 6 266 57 130
Binary 11010011 11101110 11101111 1100 0 0 110 10110110 101111 1011000

Color Harmonies of #D3EEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3EEEF

Black with #D3EEEF

Text Example


Text Example

White with #D3EEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3EEEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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