Html Css Color HEX #DCEFA7 Reef

📋 copy color: '#DCEFA7'

red 220 ◦ green 239 ◦ blue 167

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

Shades of Reef #DCEFA7

Tints of Reef #DCEFA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 26.68%

R = 35.14%
G = 38.18%
B = 26.68%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#DCEFA7 (or 0xDCEFA7) is known color: Reef. HEX triplet: DC, EF and A7. RGB value is (220,239,167). Sum of RGB (Red+Green+Blue) = 220+239+167=626 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.14% from 626); Green value is 239 (93.75% from 255 or 38.18% from 626); Blue value is 167 (65.62% from 255 or 26.68% from 626); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEFA7 is #231058. Grayscale: #E1E1E1. Windows color (decimal): -2297945 or 11005916. OLE color: 11005916.

HSL color Cylindrical-coordinate representation of color #DCEFA7: hue angle of 75.83º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCEFA7 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 239 167 -
CMYK 0.08 0 0.30 0.06
HSL 75.83º 0.69% 0.8% -
HSV(B) 75.83º 0.3% 0.94% -
XYZ 67.36 79.74 48.4 -
YUV 225.11 95.21 124.35 -
System Red Green Blue C M Y K H S L
Decimal 220 239 167 0.08 0 0.30 0.06 75.83 0.69 0.8
Hex DC EF A7 8 0 1E 6 4C 45 50
Octal 334 357 247 10 0 36 6 114 105 120
Binary 11011100 11101111 10100111 1000 0 11110 110 1001100 1000101 1010000

Color Harmonies of #DCEFA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEFA7

Black with #DCEFA7

Text Example


Text Example

White with #DCEFA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEFA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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