Html Css Color HEX #DFEEF1 Oyster Bay

📋 copy color: '#DFEEF1'

red 223 ◦ green 238 ◦ blue 241

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

Shades of Oyster Bay #DFEEF1

Tints of Oyster Bay #DFEEF1

RGB

 RED value IS 223 (87.5% from 255) = 31.77%

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

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

R = 31.77%
G = 33.9%
B = 34.33%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DFEEF1 (or 0xDFEEF1) is known color: Oyster Bay. HEX triplet: DF, EE and F1. RGB value is (223,238,241). Sum of RGB (Red+Green+Blue) = 223+238+241=702 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.77% from 702); Green value is 238 (93.36% from 255 or 33.90% from 702); Blue value is 241 (94.53% from 255 or 34.33% from 702); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFEEF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEEF1 is #20110E. Grayscale: #E9E9E9. Windows color (decimal): -2101519 or 15855327. OLE color: 15855327.

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

Color convert

RGB 223 238 241 -
CMYK 0.07 0.01 0 0.05
HSL 190º 0.39% 0.91% -
HSV(B) 190º 0.07% 0.95% -
XYZ 76.88 83.19 95.22 -
YUV 233.86 132.03 120.26 -
System Red Green Blue C M Y K H S L
Decimal 223 238 241 0.07 0.01 0 0.05 190 0.39 0.91
Hex DF EE F1 7 1 0 5 BE 27 5B
Octal 337 356 361 7 1 0 5 276 47 133
Binary 11011111 11101110 11110001 111 1 0 101 10111110 100111 1011011

Color Harmonies of #DFEEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEEF1

Black with #DFEEF1

Text Example


Text Example

White with #DFEEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEEF1; }

 p { color: rgb(223,238,241); }

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

background-color css

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

 a { background-color: rgb(223,238,241); }

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

border-color css

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

 span { border-color: rgb(223,238,241); }

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