Html Css Color HEX #DCEDF0 Oyster Bay

📋 copy color: '#DCEDF0'

red 220 ◦ green 237 ◦ blue 240

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

Shades of Oyster Bay #DCEDF0

Tints of Oyster Bay #DCEDF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 34.43%

R = 31.56%
G = 34%
B = 34.43%

CMYK

 C value IS 0.08

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DCEDF0 (or 0xDCEDF0) is known color: Oyster Bay. HEX triplet: DC, ED and F0. RGB value is (220,237,240). Sum of RGB (Red+Green+Blue) = 220+237+240=697 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.56% from 697); Green value is 237 (92.97% from 255 or 34.00% from 697); Blue value is 240 (94.14% from 255 or 34.43% from 697); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCEDF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEDF0 is #23120F. Grayscale: #E8E8E8. Windows color (decimal): -2298384 or 15789532. OLE color: 15789532.

HSL color Cylindrical-coordinate representation of color #DCEDF0: hue angle of 189º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCEDF0 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 237 240 -
CMYK 0.08 0.01 0 0.06
HSL 189º 0.4% 0.9% -
HSV(B) 189º 0.08% 0.94% -
XYZ 75.53 82.08 94.3 -
YUV 232.26 132.37 119.26 -
System Red Green Blue C M Y K H S L
Decimal 220 237 240 0.08 0.01 0 0.06 189 0.4 0.9
Hex DC ED F0 8 1 0 6 BD 28 5A
Octal 334 355 360 10 1 0 6 275 50 132
Binary 11011100 11101101 11110000 1000 1 0 110 10111101 101000 1011010

Color Harmonies of #DCEDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEDF0

Black with #DCEDF0

Text Example


Text Example

White with #DCEDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEDF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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