Html Css Color HEX #DCEEF0 Oyster Bay

📋 copy color: '#DCEEF0'

red 220 ◦ green 238 ◦ blue 240

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

Shades of Oyster Bay #DCEEF0

Tints of Oyster Bay #DCEEF0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 34.1%

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

R = 31.52%
G = 34.1%
B = 34.38%

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

#DCEEF0 (or 0xDCEEF0) is known color: Oyster Bay. HEX triplet: DC, EE and F0. RGB value is (220,238,240). Sum of RGB (Red+Green+Blue) = 220+238+240=698 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.52% from 698); Green value is 238 (93.36% from 255 or 34.10% from 698); Blue value is 240 (94.14% from 255 or 34.38% from 698); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCEEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEEF0 is #23110F. Grayscale: #E8E8E8. Windows color (decimal): -2298128 or 15789788. OLE color: 15789788.

HSL color Cylindrical-coordinate representation of color #DCEEF0: hue angle of 186º 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 #DCEEF0 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 238 240 -
CMYK 0.08 0.01 0 0.06
HSL 186º 0.4% 0.9% -
HSV(B) 186º 0.08% 0.94% -
XYZ 75.82 82.66 94.4 -
YUV 232.85 132.04 118.84 -
System Red Green Blue C M Y K H S L
Decimal 220 238 240 0.08 0.01 0 0.06 186 0.4 0.9
Hex DC EE F0 8 1 0 6 BA 28 5A
Octal 334 356 360 10 1 0 6 272 50 132
Binary 11011100 11101110 11110000 1000 1 0 110 10111010 101000 1011010

Color Harmonies of #DCEEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEEF0

Black with #DCEEF0

Text Example


Text Example

White with #DCEEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEEF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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