Html Css Color HEX #D7EFEE Oyster Bay

📋 copy color: '#D7EFEE'

red 215 ◦ green 239 ◦ blue 238

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

Shades of Oyster Bay #D7EFEE

Tints of Oyster Bay #D7EFEE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 34.54%

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

R = 31.07%
G = 34.54%
B = 34.39%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#D7EFEE (or 0xD7EFEE) is known color: Oyster Bay. HEX triplet: D7, EF and EE. RGB value is (215,239,238). Sum of RGB (Red+Green+Blue) = 215+239+238=692 (91% of max value = 765). Red value is 215 (84.38% from 255 or 31.07% from 692); Green value is 239 (93.75% from 255 or 34.54% from 692); Blue value is 238 (93.36% from 255 or 34.39% from 692); Max value from RGB is 239 - color contains mainly: green. Hex color #D7EFEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7EFEE is #281011. Grayscale: #E7E7E7. Windows color (decimal): -2625554 or 15658967. OLE color: 15658967.

HSL color Cylindrical-coordinate representation of color #D7EFEE: hue angle of 177.5º degrees, saturation: 0.43, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D7EFEE is Cyan = 0.10, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 215 239 238 -
CMYK 0.10 0 0.00 0.06
HSL 177.5º 0.43% 0.89% -
HSV(B) 177.5º 0.1% 0.94% -
XYZ 74.32 82.35 92.87 -
YUV 231.71 131.55 116.08 -
System Red Green Blue C M Y K H S L
Decimal 215 239 238 0.10 0 0.00 0.06 177.5 0.43 0.89
Hex D7 EF EE A 0 0 6 B2 2B 59
Octal 327 357 356 12 0 0 6 262 53 131
Binary 11010111 11101111 11101110 1010 0 0 110 10110010 101011 1011001

Color Harmonies of #D7EFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7EFEE

Black with #D7EFEE

Text Example


Text Example

White with #D7EFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7EFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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