Html Css Color HEX #DCEDEC Oyster Bay

📋 copy color: '#DCEDEC'

red 220 ◦ green 237 ◦ blue 236

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

Shades of Oyster Bay #DCEDEC

Tints of Oyster Bay #DCEDEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 34.05%

R = 31.75%
G = 34.2%
B = 34.05%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#DCEDEC (or 0xDCEDEC) is known color: Oyster Bay. HEX triplet: DC, ED and EC. RGB value is (220,237,236). Sum of RGB (Red+Green+Blue) = 220+237+236=693 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.75% from 693); Green value is 237 (92.97% from 255 or 34.20% from 693); Blue value is 236 (92.58% from 255 or 34.05% from 693); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEDEC is #231213. Grayscale: #E7E7E7. Windows color (decimal): -2298388 or 15527388. OLE color: 15527388.

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

Color convert

RGB 220 237 236 -
CMYK 0.07 0 0.00 0.07
HSL 176.47º 0.32% 0.9% -
HSV(B) 176.47º 0.07% 0.93% -
XYZ 74.94 81.84 91.2 -
YUV 231.8 130.37 119.58 -
System Red Green Blue C M Y K H S L
Decimal 220 237 236 0.07 0 0.00 0.07 176.47 0.32 0.9
Hex DC ED EC 7 0 0 7 B0 20 5A
Octal 334 355 354 7 0 0 7 260 40 132
Binary 11011100 11101101 11101100 111 0 0 111 10110000 100000 1011010

Color Harmonies of #DCEDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEDEC

Black with #DCEDEC

Text Example


Text Example

White with #DCEDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEDEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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