Html Css Color HEX #DCF2AD Reef

📋 copy color: '#DCF2AD'

red 220 ◦ green 242 ◦ blue 173

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

Shades of Reef #DCF2AD

Tints of Reef #DCF2AD

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.11%

 BLUE value IS 173 (67.97% from 255) = 27.24%

R = 34.65%
G = 38.11%
B = 27.24%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#DCF2AD (or 0xDCF2AD) is known color: Reef. HEX triplet: DC, F2 and AD. RGB value is (220,242,173). Sum of RGB (Red+Green+Blue) = 220+242+173=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 242 (94.92% from 255 or 38.11% from 635); Blue value is 173 (67.97% from 255 or 27.24% from 635); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF2AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF2AD is #230D52. Grayscale: #E3E3E3. Windows color (decimal): -2297171 or 11399900. OLE color: 11399900.

HSL color Cylindrical-coordinate representation of color #DCF2AD: hue angle of 79.13º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCF2AD is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 242 173 -
CMYK 0.09 0 0.29 0.05
HSL 79.13º 0.73% 0.81% -
HSV(B) 79.13º 0.29% 0.95% -
XYZ 68.81 81.74 51.69 -
YUV 227.56 97.21 122.61 -
System Red Green Blue C M Y K H S L
Decimal 220 242 173 0.09 0 0.29 0.05 79.13 0.73 0.81
Hex DC F2 AD 9 0 1D 5 4F 49 51
Octal 334 362 255 11 0 35 5 117 111 121
Binary 11011100 11110010 10101101 1001 0 11101 101 1001111 1001001 1010001

Color Harmonies of #DCF2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF2AD

Black with #DCF2AD

Text Example


Text Example

White with #DCF2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF2AD; }

 p { color: rgb(220,242,173); }

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

background-color css

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

 a { background-color: rgb(220,242,173); }

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

border-color css

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

 span { border-color: rgb(220,242,173); }

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