Html Css Color HEX #DFEEEF Oyster Bay

📋 copy color: '#DFEEEF'

red 223 ◦ green 238 ◦ blue 239

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

Shades of Oyster Bay #DFEEEF

Tints of Oyster Bay #DFEEEF

RGB

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

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

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

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

CMYK

 C value IS 0.07

 M value IS 0.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

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

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

Color convert

RGB 223 238 239 -
CMYK 0.07 0.00 0 0.06
HSL 183.75º 0.33% 0.91% -
HSV(B) 183.75º 0.07% 0.94% -
XYZ 76.59 83.07 93.66 -
YUV 233.63 131.03 120.42 -
System Red Green Blue C M Y K H S L
Decimal 223 238 239 0.07 0.00 0 0.06 183.75 0.33 0.91
Hex DF EE EF 7 0 0 6 B8 21 5B
Octal 337 356 357 7 0 0 6 270 41 133
Binary 11011111 11101110 11101111 111 0 0 110 10111000 100001 1011011

Color Harmonies of #DFEEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEEEF

Black with #DFEEEF

Text Example


Text Example

White with #DFEEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEEEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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