Html Css Color HEX #DDEDED Oyster Bay

📋 copy color: '#DDEDED'

red 221 ◦ green 237 ◦ blue 237

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

Shades of Oyster Bay #DDEDED

Tints of Oyster Bay #DDEDED

RGB

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

 GREEN value IS 237 (92.97% from 255) = 34.1%

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

R = 31.8%
G = 34.1%
B = 34.1%

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

#DDEDED (or 0xDDEDED) is known color: Oyster Bay. HEX triplet: DD, ED and ED. RGB value is (221,237,237). Sum of RGB (Red+Green+Blue) = 221+237+237=695 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.80% from 695); Green value is 237 (92.97% from 255 or 34.10% from 695); Blue value is 237 (92.97% from 255 or 34.10% from 695); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #DDEDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEDED is #221212. Grayscale: #E8E8E8. Windows color (decimal): -2232851 or 15592925. OLE color: 15592925.

HSL color Cylindrical-coordinate representation of color #DDEDED: 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.07%. Process color model (Four color, CMYK) of #DDEDED is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 237 237 -
CMYK 0.07 0 0 0.07
HSL 180º 0.31% 0.9% -
HSV(B) 180º 0.07% 0.93% -
XYZ 75.39 82.05 91.99 -
YUV 232.22 130.7 120 -
System Red Green Blue C M Y K H S L
Decimal 221 237 237 0.07 0 0 0.07 180 0.31 0.9
Hex DD ED ED 7 0 0 7 B4 1F 5A
Octal 335 355 355 7 0 0 7 264 37 132
Binary 11011101 11101101 11101101 111 0 0 111 10110100 11111 1011010

Color Harmonies of #DDEDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEDED

Black with #DDEDED

Text Example


Text Example

White with #DDEDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEDED; }

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

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

background-color css

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

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

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

border-color css

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

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

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