Html Css Color HEX #D3EDEE Oyster Bay

📋 copy color: '#D3EDEE'

red 211 ◦ green 237 ◦ blue 238

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

Shades of Oyster Bay #D3EDEE

Tints of Oyster Bay #D3EDEE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 34.55%

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

R = 30.76%
G = 34.55%
B = 34.69%

CMYK

 C value IS 0.11

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D3EDEE (or 0xD3EDEE) is known color: Oyster Bay. HEX triplet: D3, ED and EE. RGB value is (211,237,238). Sum of RGB (Red+Green+Blue) = 211+237+238=686 (90% of max value = 765). Red value is 211 (82.81% from 255 or 30.76% from 686); Green value is 237 (92.97% from 255 or 34.55% from 686); Blue value is 238 (93.36% from 255 or 34.69% from 686); Max value from RGB is 238 - color contains mainly: blue. Hex color #D3EDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3EDEE is #2C1211. Grayscale: #E5E5E5. Windows color (decimal): -2888210 or 15658451. OLE color: 15658451.

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

Color convert

RGB 211 237 238 -
CMYK 0.11 0.00 0 0.07
HSL 182.22º 0.44% 0.88% -
HSV(B) 182.22º 0.11% 0.93% -
XYZ 72.58 80.59 92.62 -
YUV 229.34 132.89 114.92 -
System Red Green Blue C M Y K H S L
Decimal 211 237 238 0.11 0.00 0 0.07 182.22 0.44 0.88
Hex D3 ED EE B 0 0 7 B6 2C 58
Octal 323 355 356 13 0 0 7 266 54 130
Binary 11010011 11101101 11101110 1011 0 0 111 10110110 101100 1011000

Color Harmonies of #D3EDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3EDEE

Black with #D3EDEE

Text Example


Text Example

White with #D3EDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3EDEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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