Html Css Color HEX #DDECED Oyster Bay

📋 copy color: '#DDECED'

red 221 ◦ green 236 ◦ blue 237

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

Shades of Oyster Bay #DDECED

Tints of Oyster Bay #DDECED

RGB

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

 GREEN value IS 236 (92.58% from 255) = 34.01%

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

R = 31.84%
G = 34.01%
B = 34.15%

CMYK

 C value IS 0.07

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DDECED (or 0xDDECED) is known color: Oyster Bay. HEX triplet: DD, EC and ED. RGB value is (221,236,237). Sum of RGB (Red+Green+Blue) = 221+236+237=694 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.84% from 694); Green value is 236 (92.58% from 255 or 34.01% from 694); Blue value is 237 (92.97% from 255 or 34.15% from 694); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDECED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDECED is #221312. Grayscale: #E7E7E7. Windows color (decimal): -2233107 or 15592669. OLE color: 15592669.

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

Color convert

RGB 221 236 237 -
CMYK 0.07 0.00 0 0.07
HSL 183.75º 0.31% 0.9% -
HSV(B) 183.75º 0.07% 0.93% -
XYZ 75.1 81.48 91.89 -
YUV 231.63 131.03 120.42 -
System Red Green Blue C M Y K H S L
Decimal 221 236 237 0.07 0.00 0 0.07 183.75 0.31 0.9
Hex DD EC ED 7 0 0 7 B8 1F 5A
Octal 335 354 355 7 0 0 7 270 37 132
Binary 11011101 11101100 11101101 111 0 0 111 10111000 11111 1011010

Color Harmonies of #DDECED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDECED

Black with #DDECED

Text Example


Text Example

White with #DDECED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDECED; }

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

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

background-color css

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

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

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

border-color css

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

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

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