Html Css Color HEX #D7EDF1 Oyster Bay

📋 copy color: '#D7EDF1'

red 215 ◦ green 237 ◦ blue 241

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

Shades of Oyster Bay #D7EDF1

Tints of Oyster Bay #D7EDF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 34.78%

R = 31.02%
G = 34.2%
B = 34.78%

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

#D7EDF1 (or 0xD7EDF1) is known color: Oyster Bay. HEX triplet: D7, ED and F1. RGB value is (215,237,241). Sum of RGB (Red+Green+Blue) = 215+237+241=693 (91% of max value = 765). Red value is 215 (84.38% from 255 or 31.02% from 693); Green value is 237 (92.97% from 255 or 34.20% from 693); Blue value is 241 (94.53% from 255 or 34.78% from 693); Max value from RGB is 241 - color contains mainly: blue. Hex color #D7EDF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7EDF1 is #28120E. Grayscale: #E6E6E6. Windows color (decimal): -2626063 or 15855063. OLE color: 15855063.

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

Color convert

RGB 215 237 241 -
CMYK 0.11 0.02 0 0.05
HSL 189.23º 0.48% 0.89% -
HSV(B) 189.23º 0.11% 0.95% -
XYZ 74.19 81.37 95.01 -
YUV 230.88 133.71 116.67 -
System Red Green Blue C M Y K H S L
Decimal 215 237 241 0.11 0.02 0 0.05 189.23 0.48 0.89
Hex D7 ED F1 B 2 0 5 BD 30 59
Octal 327 355 361 13 2 0 5 275 60 131
Binary 11010111 11101101 11110001 1011 10 0 101 10111101 110000 1011001

Color Harmonies of #D7EDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7EDF1

Black with #D7EDF1

Text Example


Text Example

White with #D7EDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7EDF1; }

 p { color: rgb(215,237,241); }

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

background-color css

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

 a { background-color: rgb(215,237,241); }

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

border-color css

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

 span { border-color: rgb(215,237,241); }

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