Html Css Color HEX #DFEEF0 Oyster Bay

📋 copy color: '#DFEEF0'

red 223 ◦ green 238 ◦ blue 240

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

Shades of Oyster Bay #DFEEF0

Tints of Oyster Bay #DFEEF0

RGB

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

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

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

R = 31.81%
G = 33.95%
B = 34.24%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DFEEF0 (or 0xDFEEF0) is known color: Oyster Bay. HEX triplet: DF, EE and F0. RGB value is (223,238,240). Sum of RGB (Red+Green+Blue) = 223+238+240=701 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.81% from 701); Green value is 238 (93.36% from 255 or 33.95% from 701); Blue value is 240 (94.14% from 255 or 34.24% from 701); Max value from RGB is 240 - color contains mainly: blue. Hex color #DFEEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEEF0 is #20110F. Grayscale: #E9E9E9. Windows color (decimal): -2101520 or 15789791. OLE color: 15789791.

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

Color convert

RGB 223 238 240 -
CMYK 0.07 0.01 0 0.06
HSL 187.06º 0.36% 0.91% -
HSV(B) 187.06º 0.07% 0.94% -
XYZ 76.73 83.13 94.44 -
YUV 233.74 131.53 120.34 -
System Red Green Blue C M Y K H S L
Decimal 223 238 240 0.07 0.01 0 0.06 187.06 0.36 0.91
Hex DF EE F0 7 1 0 6 BB 24 5B
Octal 337 356 360 7 1 0 6 273 44 133
Binary 11011111 11101110 11110000 111 1 0 110 10111011 100100 1011011

Color Harmonies of #DFEEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEEF0

Black with #DFEEF0

Text Example


Text Example

White with #DFEEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEEF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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