Html Css Color HEX #D3ECEE Oyster Bay

📋 copy color: '#D3ECEE'

red 211 ◦ green 236 ◦ blue 238

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

Shades of Oyster Bay #D3ECEE

Tints of Oyster Bay #D3ECEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 34.74%

R = 30.8%
G = 34.45%
B = 34.74%

CMYK

 C value IS 0.11

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D3ECEE (or 0xD3ECEE) is known color: Oyster Bay. HEX triplet: D3, EC and EE. RGB value is (211,236,238). Sum of RGB (Red+Green+Blue) = 211+236+238=685 (90% of max value = 765). Red value is 211 (82.81% from 255 or 30.80% from 685); Green value is 236 (92.58% from 255 or 34.45% from 685); Blue value is 238 (93.36% from 255 or 34.74% from 685); Max value from RGB is 238 - color contains mainly: blue. Hex color #D3ECEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3ECEE is #2C1311. Grayscale: #E4E4E4. Windows color (decimal): -2888466 or 15658195. OLE color: 15658195.

HSL color Cylindrical-coordinate representation of color #D3ECEE: hue angle of 184.44º degrees, saturation: 0.44, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3ECEE is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 236 238 -
CMYK 0.11 0.01 0 0.07
HSL 184.44º 0.44% 0.88% -
HSV(B) 184.44º 0.11% 0.93% -
XYZ 72.29 80.01 92.52 -
YUV 228.75 133.22 115.34 -
System Red Green Blue C M Y K H S L
Decimal 211 236 238 0.11 0.01 0 0.07 184.44 0.44 0.88
Hex D3 EC EE B 1 0 7 B8 2C 58
Octal 323 354 356 13 1 0 7 270 54 130
Binary 11010011 11101100 11101110 1011 1 0 111 10111000 101100 1011000

Color Harmonies of #D3ECEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3ECEE

Black with #D3ECEE

Text Example


Text Example

White with #D3ECEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3ECEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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