Html Css Color HEX #DCFFAE Reef

📋 copy color: '#DCFFAE'

red 220 ◦ green 255 ◦ blue 174

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

Shades of Reef #DCFFAE

Tints of Reef #DCFFAE

RGB

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

 GREEN value IS 255 (100% from 255) = 39.29%

 BLUE value IS 174 (68.36% from 255) = 26.81%

R = 33.9%
G = 39.29%
B = 26.81%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#DCFFAE (or 0xDCFFAE) is known color: Reef. HEX triplet: DC, FF and AE. RGB value is (220,255,174). Sum of RGB (Red+Green+Blue) = 220+255+174=649 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.90% from 649); Green value is 255 (100% from 255 or 39.29% from 649); Blue value is 174 (68.36% from 255 or 26.81% from 649); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFFAE is #230051. Grayscale: #EBEBEB. Windows color (decimal): -2293842 or 11468764. OLE color: 11468764.

HSL color Cylindrical-coordinate representation of color #DCFFAE: hue angle of 85.93º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCFFAE is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB 220 255 174 -
CMYK 0.14 0 0.32 0
HSL 85.93º 1% 0.84% -
HSV(B) 85.93º 0.32% 1% -
XYZ 72.92 89.79 53.53 -
YUV 235.3 93.4 117.09 -
System Red Green Blue C M Y K H S L
Decimal 220 255 174 0.14 0 0.32 0 85.93 1 0.84
Hex DC FF AE E 0 20 0 56 64 54
Octal 334 377 256 16 0 40 0 126 144 124
Binary 11011100 11111111 10101110 1110 0 100000 0 1010110 1100100 1010100

Color Harmonies of #DCFFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFFAE

Black with #DCFFAE

Text Example


Text Example

White with #DCFFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFFAE; }

 p { color: rgb(220,255,174); }

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

background-color css

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

 a { background-color: rgb(220,255,174); }

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

border-color css

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

 span { border-color: rgb(220,255,174); }

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