Html Css Color HEX #DCEDED Oyster Bay

📋 copy color: '#DCEDED'

red 220 ◦ green 237 ◦ blue 237

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

Shades of Oyster Bay #DCEDED

Tints of Oyster Bay #DCEDED

RGB

 RED value IS 220 (86.33% from 255) = 31.7%

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

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

R = 31.7%
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

#DCEDED (or 0xDCEDED) is known color: Oyster Bay. HEX triplet: DC, ED and ED. RGB value is (220,237,237). Sum of RGB (Red+Green+Blue) = 220+237+237=694 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.70% from 694); Green value is 237 (92.97% from 255 or 34.15% from 694); Blue value is 237 (92.97% from 255 or 34.15% from 694); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #DCEDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEDED is #231212. Grayscale: #E7E7E7. Windows color (decimal): -2298387 or 15592924. OLE color: 15592924.

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

Color convert

RGB 220 237 237 -
CMYK 0.07 0 0 0.07
HSL 180º 0.32% 0.9% -
HSV(B) 180º 0.07% 0.93% -
XYZ 75.09 81.9 91.97 -
YUV 231.92 130.87 119.5 -
System Red Green Blue C M Y K H S L
Decimal 220 237 237 0.07 0 0 0.07 180 0.32 0.9
Hex DC ED ED 7 0 0 7 B4 20 5A
Octal 334 355 355 7 0 0 7 264 40 132
Binary 11011100 11101101 11101101 111 0 0 111 10110100 100000 1011010

Color Harmonies of #DCEDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEDED

Black with #DCEDED

Text Example


Text Example

White with #DCEDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEDED; }

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

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

background-color css

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

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

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

border-color css

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

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

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