Html Css Color HEX #DCFEAE Reef

📋 copy color: '#DCFEAE'

red 220 ◦ green 254 ◦ blue 174

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

Shades of Reef #DCFEAE

Tints of Reef #DCFEAE

RGB

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

 GREEN value IS 254 (99.61% from 255) = 39.2%

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

R = 33.95%
G = 39.2%
B = 26.85%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#DCFEAE (or 0xDCFEAE) is known color: Reef. HEX triplet: DC, FE and AE. RGB value is (220,254,174). Sum of RGB (Red+Green+Blue) = 220+254+174=648 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.95% from 648); Green value is 254 (99.61% from 255 or 39.20% from 648); Blue value is 174 (68.36% from 255 or 26.85% from 648); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFEAE is #230151. Grayscale: #EBEBEB. Windows color (decimal): -2294098 or 11468508. OLE color: 11468508.

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

Color convert

RGB 220 254 174 -
CMYK 0.13 0 0.31 0.00
HSL 85.5º 0.98% 0.84% -
HSV(B) 85.5º 0.31% 1% -
XYZ 72.6 89.16 53.43 -
YUV 234.71 93.74 117.5 -
System Red Green Blue C M Y K H S L
Decimal 220 254 174 0.13 0 0.31 0.00 85.5 0.98 0.84
Hex DC FE AE D 0 1F 0 56 62 54
Octal 334 376 256 15 0 37 0 126 142 124
Binary 11011100 11111110 10101110 1101 0 11111 0 1010110 1100010 1010100

Color Harmonies of #DCFEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFEAE

Black with #DCFEAE

Text Example


Text Example

White with #DCFEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFEAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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