Html Css Color HEX #DCEFF0 Oyster Bay

📋 copy color: '#DCEFF0'

red 220 ◦ green 239 ◦ blue 240

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

Shades of Oyster Bay #DCEFF0

Tints of Oyster Bay #DCEFF0

RGB

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

 GREEN value IS 239 (93.75% from 255) = 34.19%

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

R = 31.47%
G = 34.19%
B = 34.33%

CMYK

 C value IS 0.08

 M value IS 0.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DCEFF0 (or 0xDCEFF0) is known color: Oyster Bay. HEX triplet: DC, EF and F0. RGB value is (220,239,240). Sum of RGB (Red+Green+Blue) = 220+239+240=699 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.47% from 699); Green value is 239 (93.75% from 255 or 34.19% from 699); Blue value is 240 (94.14% from 255 or 34.33% from 699); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCEFF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEFF0 is #23100F. Grayscale: #E9E9E9. Windows color (decimal): -2297872 or 15790044. OLE color: 15790044.

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

Color convert

RGB 220 239 240 -
CMYK 0.08 0.00 0 0.06
HSL 183º 0.4% 0.9% -
HSV(B) 183º 0.08% 0.94% -
XYZ 76.11 83.24 94.49 -
YUV 233.43 131.71 118.42 -
System Red Green Blue C M Y K H S L
Decimal 220 239 240 0.08 0.00 0 0.06 183 0.4 0.9
Hex DC EF F0 8 0 0 6 B7 28 5A
Octal 334 357 360 10 0 0 6 267 50 132
Binary 11011100 11101111 11110000 1000 0 0 110 10110111 101000 1011010

Color Harmonies of #DCEFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEFF0

Black with #DCEFF0

Text Example


Text Example

White with #DCEFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEFF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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