Html Css Color HEX #DCFAAE Reef

📋 copy color: '#DCFAAE'

red 220 ◦ green 250 ◦ blue 174

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

Shades of Reef #DCFAAE

Tints of Reef #DCFAAE

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.82%

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

R = 34.16%
G = 38.82%
B = 27.02%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#DCFAAE (or 0xDCFAAE) is known color: Reef. HEX triplet: DC, FA and AE. RGB value is (220,250,174). Sum of RGB (Red+Green+Blue) = 220+250+174=644 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.16% from 644); Green value is 250 (98.05% from 255 or 38.82% from 644); Blue value is 174 (68.36% from 255 or 27.02% from 644); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFAAE is #230551. Grayscale: #E8E8E8. Windows color (decimal): -2295122 or 11467484. OLE color: 11467484.

HSL color Cylindrical-coordinate representation of color #DCFAAE: hue angle of 83.68º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCFAAE is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 250 174 -
CMYK 0.12 0 0.30 0.02
HSL 83.68º 0.88% 0.83% -
HSV(B) 83.68º 0.3% 0.98% -
XYZ 71.34 86.64 53.01 -
YUV 232.37 95.06 119.18 -
System Red Green Blue C M Y K H S L
Decimal 220 250 174 0.12 0 0.30 0.02 83.68 0.88 0.83
Hex DC FA AE C 0 1E 2 54 58 53
Octal 334 372 256 14 0 36 2 124 130 123
Binary 11011100 11111010 10101110 1100 0 11110 10 1010100 1011000 1010011

Color Harmonies of #DCFAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFAAE

Black with #DCFAAE

Text Example


Text Example

White with #DCFAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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