Html Css Color HEX #D7ECEE Oyster Bay

📋 copy color: '#D7ECEE'

red 215 ◦ green 236 ◦ blue 238

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

Shades of Oyster Bay #D7ECEE

Tints of Oyster Bay #D7ECEE

RGB

 RED value IS 215 (84.38% from 255) = 31.2%

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

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

R = 31.2%
G = 34.25%
B = 34.54%

CMYK

 C value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D7ECEE (or 0xD7ECEE) is known color: Oyster Bay. HEX triplet: D7, EC and EE. RGB value is (215,236,238). Sum of RGB (Red+Green+Blue) = 215+236+238=689 (91% of max value = 765). Red value is 215 (84.38% from 255 or 31.20% from 689); Green value is 236 (92.58% from 255 or 34.25% from 689); Blue value is 238 (93.36% from 255 or 34.54% from 689); Max value from RGB is 238 - color contains mainly: blue. Hex color #D7ECEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7ECEE is #281311. Grayscale: #E5E5E5. Windows color (decimal): -2626322 or 15658199. OLE color: 15658199.

HSL color Cylindrical-coordinate representation of color #D7ECEE: hue angle of 185.22º degrees, saturation: 0.4, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D7ECEE is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 215 236 238 -
CMYK 0.10 0.01 0 0.07
HSL 185.22º 0.4% 0.89% -
HSV(B) 185.22º 0.1% 0.93% -
XYZ 73.45 80.61 92.58 -
YUV 229.95 132.54 117.34 -
System Red Green Blue C M Y K H S L
Decimal 215 236 238 0.10 0.01 0 0.07 185.22 0.4 0.89
Hex D7 EC EE A 1 0 7 B9 28 59
Octal 327 354 356 12 1 0 7 271 50 131
Binary 11010111 11101100 11101110 1010 1 0 111 10111001 101000 1011001

Color Harmonies of #D7ECEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7ECEE

Black with #D7ECEE

Text Example


Text Example

White with #D7ECEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7ECEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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