Html Css Color HEX #DCF3AA Reef

📋 copy color: '#DCF3AA'

red 220 ◦ green 243 ◦ blue 170

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

Shades of Reef #DCF3AA

Tints of Reef #DCF3AA

RGB

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

 GREEN value IS 243 (95.31% from 255) = 38.39%

 BLUE value IS 170 (66.8% from 255) = 26.86%

R = 34.76%
G = 38.39%
B = 26.86%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#DCF3AA (or 0xDCF3AA) is known color: Reef. HEX triplet: DC, F3 and AA. RGB value is (220,243,170). Sum of RGB (Red+Green+Blue) = 220+243+170=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 243 (95.31% from 255 or 38.39% from 633); Blue value is 170 (66.80% from 255 or 26.86% from 633); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF3AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF3AA is #230C55. Grayscale: #E4E4E4. Windows color (decimal): -2296918 or 11203548. OLE color: 11203548.

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

Color convert

RGB 220 243 170 -
CMYK 0.09 0 0.30 0.05
HSL 78.9º 0.75% 0.81% -
HSV(B) 78.9º 0.3% 0.95% -
XYZ 68.82 82.22 50.27 -
YUV 227.8 95.38 122.44 -
System Red Green Blue C M Y K H S L
Decimal 220 243 170 0.09 0 0.30 0.05 78.9 0.75 0.81
Hex DC F3 AA 9 0 1E 5 4F 4B 51
Octal 334 363 252 11 0 36 5 117 113 121
Binary 11011100 11110011 10101010 1001 0 11110 101 1001111 1001011 1010001

Color Harmonies of #DCF3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF3AA

Black with #DCF3AA

Text Example


Text Example

White with #DCF3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF3AA; }

 p { color: rgb(220,243,170); }

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

background-color css

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

 a { background-color: rgb(220,243,170); }

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

border-color css

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

 span { border-color: rgb(220,243,170); }

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