Html Css Color HEX #DDEEEE Oyster Bay

📋 copy color: '#DDEEEE'

red 221 ◦ green 238 ◦ blue 238

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

Shades of Oyster Bay #DDEEEE

Tints of Oyster Bay #DDEEEE

RGB

 RED value IS 221 (86.72% from 255) = 31.71%

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

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

R = 31.71%
G = 34.15%
B = 34.15%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DDEEEE (or 0xDDEEEE) is known color: Oyster Bay. HEX triplet: DD, EE and EE. RGB value is (221,238,238). Sum of RGB (Red+Green+Blue) = 221+238+238=697 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.71% from 697); Green value is 238 (93.36% from 255 or 34.15% from 697); Blue value is 238 (93.36% from 255 or 34.15% from 697); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #DDEEEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEEEE is #221111. Grayscale: #E8E8E8. Windows color (decimal): -2232594 or 15658717. OLE color: 15658717.

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

Color convert

RGB 221 238 238 -
CMYK 0.07 0 0 0.07
HSL 180º 0.33% 0.9% -
HSV(B) 180º 0.07% 0.93% -
XYZ 75.83 82.69 92.85 -
YUV 232.92 130.87 119.5 -
System Red Green Blue C M Y K H S L
Decimal 221 238 238 0.07 0 0 0.07 180 0.33 0.9
Hex DD EE EE 7 0 0 7 B4 21 5A
Octal 335 356 356 7 0 0 7 264 41 132
Binary 11011101 11101110 11101110 111 0 0 111 10110100 100001 1011010

Color Harmonies of #DDEEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEEEE

Black with #DDEEEE

Text Example


Text Example

White with #DDEEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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