Html Css Color HEX #DFEFEE Oyster Bay

📋 copy color: '#DFEFEE'

red 223 ◦ green 239 ◦ blue 238

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

Shades of Oyster Bay #DFEFEE

Tints of Oyster Bay #DFEFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 34%

R = 31.86%
G = 34.14%
B = 34%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#DFEFEE (or 0xDFEFEE) is known color: Oyster Bay. HEX triplet: DF, EF and EE. RGB value is (223,239,238). Sum of RGB (Red+Green+Blue) = 223+239+238=700 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.86% from 700); Green value is 239 (93.75% from 255 or 34.14% from 700); Blue value is 238 (93.36% from 255 or 34% from 700); Max value from RGB is 239 - color contains mainly: green. Hex color #DFEFEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEFEE is #201011. Grayscale: #EAEAEA. Windows color (decimal): -2101266 or 15658975. OLE color: 15658975.

HSL color Cylindrical-coordinate representation of color #DFEFEE: hue angle of 176.25º degrees, saturation: 0.33, 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 #DFEFEE is Cyan = 0.07, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 223 239 238 -
CMYK 0.07 0 0.00 0.06
HSL 176.25º 0.33% 0.91% -
HSV(B) 176.25º 0.07% 0.94% -
XYZ 76.73 83.59 92.98 -
YUV 234.1 130.2 120.08 -
System Red Green Blue C M Y K H S L
Decimal 223 239 238 0.07 0 0.00 0.06 176.25 0.33 0.91
Hex DF EF EE 7 0 0 6 B0 21 5B
Octal 337 357 356 7 0 0 6 260 41 133
Binary 11011111 11101111 11101110 111 0 0 110 10110000 100001 1011011

Color Harmonies of #DFEFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEFEE

Black with #DFEFEE

Text Example


Text Example

White with #DFEFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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