Html Css Color HEX #D1EFF1 Oyster Bay

📋 copy color: '#D1EFF1'

red 209 ◦ green 239 ◦ blue 241

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

Shades of Oyster Bay #D1EFF1

Tints of Oyster Bay #D1EFF1

RGB

 RED value IS 209 (82.03% from 255) = 30.33%

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

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

R = 30.33%
G = 34.69%
B = 34.98%

CMYK

 C value IS 0.13

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D1EFF1 (or 0xD1EFF1) is known color: Oyster Bay. HEX triplet: D1, EF and F1. RGB value is (209,239,241). Sum of RGB (Red+Green+Blue) = 209+239+241=689 (91% of max value = 765). Red value is 209 (82.03% from 255 or 30.33% from 689); Green value is 239 (93.75% from 255 or 34.69% from 689); Blue value is 241 (94.53% from 255 or 34.98% from 689); Max value from RGB is 241 - color contains mainly: blue. Hex color #D1EFF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1EFF1 is #2E100E. Grayscale: #E6E6E6. Windows color (decimal): -3018767 or 15855569. OLE color: 15855569.

HSL color Cylindrical-coordinate representation of color #D1EFF1: hue angle of 183.75º degrees, saturation: 0.53, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1EFF1 is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 209 239 241 -
CMYK 0.13 0.01 0 0.05
HSL 183.75º 0.53% 0.88% -
HSV(B) 183.75º 0.13% 0.95% -
XYZ 73.04 81.64 95.13 -
YUV 230.26 134.06 112.84 -
System Red Green Blue C M Y K H S L
Decimal 209 239 241 0.13 0.01 0 0.05 183.75 0.53 0.88
Hex D1 EF F1 D 1 0 5 B8 35 58
Octal 321 357 361 15 1 0 5 270 65 130
Binary 11010001 11101111 11110001 1101 1 0 101 10111000 110101 1011000

Color Harmonies of #D1EFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1EFF1

Black with #D1EFF1

Text Example


Text Example

White with #D1EFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1EFF1; }

 p { color: rgb(209,239,241); }

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

background-color css

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

 a { background-color: rgb(209,239,241); }

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

border-color css

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

 span { border-color: rgb(209,239,241); }

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