Html Css Color HEX #DFEEEE Oyster Bay

📋 copy color: '#DFEEEE'

red 223 ◦ green 238 ◦ blue 238

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

Shades of Oyster Bay #DFEEEE

Tints of Oyster Bay #DFEEEE

RGB

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

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

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

R = 31.9%
G = 34.05%
B = 34.05%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DFEEEE (or 0xDFEEEE) is known color: Oyster Bay. HEX triplet: DF, EE and EE. RGB value is (223,238,238). Sum of RGB (Red+Green+Blue) = 223+238+238=699 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.90% from 699); Green value is 238 (93.36% from 255 or 34.05% from 699); Blue value is 238 (93.36% from 255 or 34.05% from 699); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #DFEEEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEEEE is #201111. Grayscale: #E9E9E9. Windows color (decimal): -2101522 or 15658719. OLE color: 15658719.

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

Color convert

RGB 223 238 238 -
CMYK 0.06 0 0 0.07
HSL 180º 0.31% 0.9% -
HSV(B) 180º 0.06% 0.93% -
XYZ 76.44 83.01 92.88 -
YUV 233.52 130.53 120.5 -
System Red Green Blue C M Y K H S L
Decimal 223 238 238 0.06 0 0 0.07 180 0.31 0.9
Hex DF EE EE 6 0 0 7 B4 1F 5A
Octal 337 356 356 6 0 0 7 264 37 132
Binary 11011111 11101110 11101110 110 0 0 111 10110100 11111 1011010

Color Harmonies of #DFEEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEEEE

Black with #DFEEEE

Text Example


Text Example

White with #DFEEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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