Html Css Color HEX #D7EEF2 Oyster Bay

📋 copy color: '#D7EEF2'

red 215 ◦ green 238 ◦ blue 242

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

Shades of Oyster Bay #D7EEF2

Tints of Oyster Bay #D7EEF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 34.82%

R = 30.94%
G = 34.24%
B = 34.82%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D7EEF2 (or 0xD7EEF2) is known color: Oyster Bay. HEX triplet: D7, EE and F2. RGB value is (215,238,242). Sum of RGB (Red+Green+Blue) = 215+238+242=695 (92% of max value = 765). Red value is 215 (84.38% from 255 or 30.94% from 695); Green value is 238 (93.36% from 255 or 34.24% from 695); Blue value is 242 (94.92% from 255 or 34.82% from 695); Max value from RGB is 242 - color contains mainly: blue. Hex color #D7EEF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7EEF2 is #28110D. Grayscale: #E7E7E7. Windows color (decimal): -2625806 or 15920855. OLE color: 15920855.

HSL color Cylindrical-coordinate representation of color #D7EEF2: hue angle of 188.89º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D7EEF2 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 215 238 242 -
CMYK 0.11 0.02 0 0.05
HSL 188.89º 0.51% 0.9% -
HSV(B) 188.89º 0.11% 0.95% -
XYZ 74.63 82.01 95.9 -
YUV 231.58 133.88 116.17 -
System Red Green Blue C M Y K H S L
Decimal 215 238 242 0.11 0.02 0 0.05 188.89 0.51 0.9
Hex D7 EE F2 B 2 0 5 BD 33 5A
Octal 327 356 362 13 2 0 5 275 63 132
Binary 11010111 11101110 11110010 1011 10 0 101 10111101 110011 1011010

Color Harmonies of #D7EEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7EEF2

Black with #D7EEF2

Text Example


Text Example

White with #D7EEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7EEF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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