Html Css Color HEX #DFEEED Oyster Bay

📋 copy color: '#DFEEED'

red 223 ◦ green 238 ◦ blue 237

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

Shades of Oyster Bay #DFEEED

Tints of Oyster Bay #DFEEED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 33.95%

R = 31.95%
G = 34.1%
B = 33.95%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#DFEEED (or 0xDFEEED) is known color: Oyster Bay. HEX triplet: DF, EE and ED. RGB value is (223,238,237). Sum of RGB (Red+Green+Blue) = 223+238+237=698 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.95% from 698); Green value is 238 (93.36% from 255 or 34.10% from 698); Blue value is 237 (92.97% from 255 or 33.95% from 698); Max value from RGB is 238 - color contains mainly: green. Hex color #DFEEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEEED is #201112. Grayscale: #E9E9E9. Windows color (decimal): -2101523 or 15593183. OLE color: 15593183.

HSL color Cylindrical-coordinate representation of color #DFEEED: hue angle of 176º degrees, saturation: 0.31, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFEEED is Cyan = 0.06, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 223 238 237 -
CMYK 0.06 0 0.00 0.07
HSL 176º 0.31% 0.9% -
HSV(B) 176º 0.06% 0.93% -
XYZ 76.29 82.95 92.11 -
YUV 233.4 130.03 120.58 -
System Red Green Blue C M Y K H S L
Decimal 223 238 237 0.06 0 0.00 0.07 176 0.31 0.9
Hex DF EE ED 6 0 0 7 B0 1F 5A
Octal 337 356 355 6 0 0 7 260 37 132
Binary 11011111 11101110 11101101 110 0 0 111 10110000 11111 1011010

Color Harmonies of #DFEEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEEED

Black with #DFEEED

Text Example


Text Example

White with #DFEEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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