Html Css Color HEX #DCFDAE Reef

📋 copy color: '#DCFDAE'

red 220 ◦ green 253 ◦ blue 174

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

Shades of Reef #DCFDAE

Tints of Reef #DCFDAE

RGB

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

 GREEN value IS 253 (99.22% from 255) = 39.1%

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

R = 34%
G = 39.1%
B = 26.89%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#DCFDAE (or 0xDCFDAE) is known color: Reef. HEX triplet: DC, FD and AE. RGB value is (220,253,174). Sum of RGB (Red+Green+Blue) = 220+253+174=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 253 (99.22% from 255 or 39.10% from 647); Blue value is 174 (68.36% from 255 or 26.89% from 647); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFDAE is #230251. Grayscale: #EAEAEA. Windows color (decimal): -2294354 or 11468252. OLE color: 11468252.

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

Color convert

RGB 220 253 174 -
CMYK 0.13 0 0.31 0.01
HSL 85.06º 0.95% 0.84% -
HSV(B) 85.06º 0.31% 0.99% -
XYZ 72.28 88.52 53.32 -
YUV 234.13 94.07 117.92 -
System Red Green Blue C M Y K H S L
Decimal 220 253 174 0.13 0 0.31 0.01 85.06 0.95 0.84
Hex DC FD AE D 0 1F 1 55 5F 54
Octal 334 375 256 15 0 37 1 125 137 124
Binary 11011100 11111101 10101110 1101 0 11111 1 1010101 1011111 1010100

Color Harmonies of #DCFDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFDAE

Black with #DCFDAE

Text Example


Text Example

White with #DCFDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFDAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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