Html Css Color HEX #D9F1F0 Oyster Bay

📋 copy color: '#D9F1F0'

red 217 ◦ green 241 ◦ blue 240

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

Shades of Oyster Bay #D9F1F0

Tints of Oyster Bay #D9F1F0

RGB

 RED value IS 217 (85.16% from 255) = 31.09%

 GREEN value IS 241 (94.53% from 255) = 34.53%

 BLUE value IS 240 (94.14% from 255) = 34.38%

R = 31.09%
G = 34.53%
B = 34.38%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#D9F1F0 (or 0xD9F1F0) is known color: Oyster Bay. HEX triplet: D9, F1 and F0. RGB value is (217,241,240). Sum of RGB (Red+Green+Blue) = 217+241+240=698 (92% of max value = 765). Red value is 217 (85.16% from 255 or 31.09% from 698); Green value is 241 (94.53% from 255 or 34.53% from 698); Blue value is 240 (94.14% from 255 or 34.38% from 698); Max value from RGB is 241 - color contains mainly: green. Hex color #D9F1F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9F1F0 is #260E0F. Grayscale: #E9E9E9. Windows color (decimal): -2493968 or 15790553. OLE color: 15790553.

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

Color convert

RGB 217 241 240 -
CMYK 0.10 0 0.00 0.05
HSL 177.5º 0.46% 0.9% -
HSV(B) 177.5º 0.1% 0.95% -
XYZ 75.8 83.95 94.65 -
YUV 233.71 131.55 116.08 -
System Red Green Blue C M Y K H S L
Decimal 217 241 240 0.10 0 0.00 0.05 177.5 0.46 0.9
Hex D9 F1 F0 A 0 0 5 B2 2E 5A
Octal 331 361 360 12 0 0 5 262 56 132
Binary 11011001 11110001 11110000 1010 0 0 101 10110010 101110 1011010

Color Harmonies of #D9F1F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9F1F0

Black with #D9F1F0

Text Example


Text Example

White with #D9F1F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9F1F0; }

 p { color: rgb(217,241,240); }

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

background-color css

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

 a { background-color: rgb(217,241,240); }

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

border-color css

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

 span { border-color: rgb(217,241,240); }

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